From: Benjamin Kaduk Date: Tue, 20 Jun 2017 19:41:54 +0000 (-0500) Subject: Remove inadvertently commited test binaries X-Git-Tag: OpenSSL_1_0_2m~69 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=72d2ba9743bc556d034d860c1bacff458dd9b204;p=oweals%2Fopenssl.git Remove inadvertently commited test binaries 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 (Merged from https://github.com/openssl/openssl/pull/3729) --- diff --git a/crypto/include/internal/bn_conf.h b/crypto/include/internal/bn_conf.h deleted file mode 100644 index 34bd8b78b4..0000000000 --- a/crypto/include/internal/bn_conf.h +++ /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 index 7a52dd1f1a..0000000000 --- a/crypto/include/internal/dso_conf.h +++ /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 index e69de29bb2..0000000000 diff --git a/fuzz/asn1-test b/fuzz/asn1-test deleted file mode 100755 index 213ae9b595..0000000000 Binary files a/fuzz/asn1-test and /dev/null differ diff --git a/fuzz/asn1parse-test b/fuzz/asn1parse-test deleted file mode 100755 index 8a09d269ab..0000000000 Binary files a/fuzz/asn1parse-test and /dev/null differ diff --git a/fuzz/bignum-test b/fuzz/bignum-test deleted file mode 100755 index 9fdbae989f..0000000000 Binary files a/fuzz/bignum-test and /dev/null differ diff --git a/fuzz/bndiv-test b/fuzz/bndiv-test deleted file mode 100755 index f3325e6a0b..0000000000 Binary files a/fuzz/bndiv-test and /dev/null differ diff --git a/fuzz/client-test b/fuzz/client-test deleted file mode 100755 index fed6d935df..0000000000 Binary files a/fuzz/client-test and /dev/null differ diff --git a/fuzz/cms-test b/fuzz/cms-test deleted file mode 100755 index a21e911d67..0000000000 Binary files a/fuzz/cms-test and /dev/null differ diff --git a/fuzz/conf-test b/fuzz/conf-test deleted file mode 100755 index 99514e2c80..0000000000 Binary files a/fuzz/conf-test and /dev/null differ diff --git a/fuzz/crl-test b/fuzz/crl-test deleted file mode 100755 index 857fc61edc..0000000000 Binary files a/fuzz/crl-test and /dev/null differ diff --git a/fuzz/ct-test b/fuzz/ct-test deleted file mode 100755 index ee3b2e2ab3..0000000000 Binary files a/fuzz/ct-test and /dev/null differ diff --git a/fuzz/server-test b/fuzz/server-test deleted file mode 100755 index ee56e438a8..0000000000 Binary files a/fuzz/server-test and /dev/null differ diff --git a/fuzz/x509-test b/fuzz/x509-test deleted file mode 100755 index e7c90b2d10..0000000000 Binary files a/fuzz/x509-test and /dev/null differ