Remove inadvertently commited test binaries
authorBenjamin Kaduk <bkaduk@akamai.com>
Tue, 20 Jun 2017 19:41:54 +0000 (14:41 -0500)
committerAndy Polyakov <appro@openssl.org>
Wed, 21 Jun 2017 16:50:56 +0000 (18:50 +0200)
Commit 201015ee4f38e5d216a7625282c6b8a395b680b7 added some generated
files that were not part of the intended functionality; remove them.
(Only the 1.0.2 branch version of the commit was affected, probably due
to a smaller .gitignore on that branch.)

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3729)

14 files changed:
crypto/include/internal/bn_conf.h [deleted file]
crypto/include/internal/dso_conf.h [deleted file]
doc-nits [deleted file]
fuzz/asn1-test [deleted file]
fuzz/asn1parse-test [deleted file]
fuzz/bignum-test [deleted file]
fuzz/bndiv-test [deleted file]
fuzz/client-test [deleted file]
fuzz/cms-test [deleted file]
fuzz/conf-test [deleted file]
fuzz/crl-test [deleted file]
fuzz/ct-test [deleted file]
fuzz/server-test [deleted file]
fuzz/x509-test [deleted file]

diff --git a/crypto/include/internal/bn_conf.h b/crypto/include/internal/bn_conf.h
deleted file mode 100644 (file)
index 34bd8b7..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/* WARNING: do not edit! */
-/* Generated by Makefile from crypto/include/internal/bn_conf.h.in */
-/*
- * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
- *
- * Licensed under the OpenSSL license (the "License").  You may not use
- * this file except in compliance with the License.  You can obtain a copy
- * in the file LICENSE in the source distribution or at
- * https://www.openssl.org/source/license.html
- */
-
-#ifndef HEADER_BN_CONF_H
-# define HEADER_BN_CONF_H
-
-/*
- * The contents of this file are not used in the UEFI build, as
- * both 32-bit and 64-bit builds are supported from a single run
- * of the Configure script.
- */
-
-/* Should we define BN_DIV2W here? */
-
-/* Only one for the following should be defined */
-#define SIXTY_FOUR_BIT_LONG
-#undef SIXTY_FOUR_BIT
-#undef THIRTY_TWO_BIT
-
-#endif
diff --git a/crypto/include/internal/dso_conf.h b/crypto/include/internal/dso_conf.h
deleted file mode 100644 (file)
index 7a52dd1..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/* WARNING: do not edit! */
-/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
-/*
- * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
- *
- * Licensed under the OpenSSL license (the "License").  You may not use
- * this file except in compliance with the License.  You can obtain a copy
- * in the file LICENSE in the source distribution or at
- * https://www.openssl.org/source/license.html
- */
-
-#ifndef HEADER_DSO_CONF_H
-# define HEADER_DSO_CONF_H
-
-# define DSO_EXTENSION ".so"
-#endif
diff --git a/doc-nits b/doc-nits
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/fuzz/asn1-test b/fuzz/asn1-test
deleted file mode 100755 (executable)
index 213ae9b..0000000
Binary files a/fuzz/asn1-test and /dev/null differ
diff --git a/fuzz/asn1parse-test b/fuzz/asn1parse-test
deleted file mode 100755 (executable)
index 8a09d26..0000000
Binary files a/fuzz/asn1parse-test and /dev/null differ
diff --git a/fuzz/bignum-test b/fuzz/bignum-test
deleted file mode 100755 (executable)
index 9fdbae9..0000000
Binary files a/fuzz/bignum-test and /dev/null differ
diff --git a/fuzz/bndiv-test b/fuzz/bndiv-test
deleted file mode 100755 (executable)
index f3325e6..0000000
Binary files a/fuzz/bndiv-test and /dev/null differ
diff --git a/fuzz/client-test b/fuzz/client-test
deleted file mode 100755 (executable)
index fed6d93..0000000
Binary files a/fuzz/client-test and /dev/null differ
diff --git a/fuzz/cms-test b/fuzz/cms-test
deleted file mode 100755 (executable)
index a21e911..0000000
Binary files a/fuzz/cms-test and /dev/null differ
diff --git a/fuzz/conf-test b/fuzz/conf-test
deleted file mode 100755 (executable)
index 99514e2..0000000
Binary files a/fuzz/conf-test and /dev/null differ
diff --git a/fuzz/crl-test b/fuzz/crl-test
deleted file mode 100755 (executable)
index 857fc61..0000000
Binary files a/fuzz/crl-test and /dev/null differ
diff --git a/fuzz/ct-test b/fuzz/ct-test
deleted file mode 100755 (executable)
index ee3b2e2..0000000
Binary files a/fuzz/ct-test and /dev/null differ
diff --git a/fuzz/server-test b/fuzz/server-test
deleted file mode 100755 (executable)
index ee56e43..0000000
Binary files a/fuzz/server-test and /dev/null differ
diff --git a/fuzz/x509-test b/fuzz/x509-test
deleted file mode 100755 (executable)
index e7c90b2..0000000
Binary files a/fuzz/x509-test and /dev/null differ