diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-04-18 18:08:37 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-04-18 18:08:37 +0000 |
commit | 81ce036b10d5aa5dc933fed3101446bbb48dc02f (patch) | |
tree | e801e7cd2523ec4fe8a89b1fceb6b0303cbf1753 /lib/libcrypto/arch/powerpc | |
parent | 6959f7376991086baf398e47fe8f769e3e93cc3b (diff) |
first round of static config. ok miod
Diffstat (limited to 'lib/libcrypto/arch/powerpc')
-rw-r--r-- | lib/libcrypto/arch/powerpc/opensslconf.h | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/lib/libcrypto/arch/powerpc/opensslconf.h b/lib/libcrypto/arch/powerpc/opensslconf.h index 1cbc1e54011..da51a8360f2 100644 --- a/lib/libcrypto/arch/powerpc/opensslconf.h +++ b/lib/libcrypto/arch/powerpc/opensslconf.h @@ -1,64 +1,21 @@ -/* opensslconf.h */ -/* WARNING: Generated automatically from opensslconf.h.in by Configure. */ - -/* OpenSSL was configured with the following options: */ -#ifndef OPENSSL_DOING_MAKEDEPEND - - -#ifndef OPENSSL_NO_CAMELLIA # define OPENSSL_NO_CAMELLIA -#endif -#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 # define OPENSSL_NO_EC_NISTP_64_GCC_128 -#endif -#ifndef OPENSSL_NO_CMS # define OPENSSL_NO_CMS -#endif -#ifndef OPENSSL_NO_GMP # define OPENSSL_NO_GMP -#endif -#ifndef OPENSSL_NO_GOST # define OPENSSL_NO_GOST -#endif -#ifndef OPENSSL_NO_JPAKE # define OPENSSL_NO_JPAKE -#endif -#ifndef OPENSSL_NO_KRB5 # define OPENSSL_NO_KRB5 -#endif -#ifndef OPENSSL_NO_MD2 # define OPENSSL_NO_MD2 -#endif -#ifndef OPENSSL_NO_RC5 # define OPENSSL_NO_RC5 -#endif -#ifndef OPENSSL_NO_RFC3779 # define OPENSSL_NO_RFC3779 -#endif -#ifndef OPENSSL_NO_SCTP # define OPENSSL_NO_SCTP -#endif -#ifndef OPENSSL_NO_SEED # define OPENSSL_NO_SEED -#endif -#ifndef OPENSSL_NO_SRP # define OPENSSL_NO_SRP -#endif -#ifndef OPENSSL_NO_SSL2 # define OPENSSL_NO_SSL2 -#endif -#ifndef OPENSSL_NO_STORE # define OPENSSL_NO_STORE -#endif - -#endif /* OPENSSL_DOING_MAKEDEPEND */ -#ifndef OPENSSL_THREADS # define OPENSSL_THREADS -#endif -#ifndef OPENSSL_NO_DYNAMIC_ENGINE # define OPENSSL_NO_DYNAMIC_ENGINE -#endif /* The OPENSSL_NO_* macros are also defined as NO_* if the application asks for it. This is a transient feature that is provided for those |