summaryrefslogtreecommitdiffstats
path: root/crypto/opensslconf.h
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2010-08-18 16:39:50 -0700
committerBrian Carlstrom <bdc@google.com>2010-08-18 16:56:14 -0700
commit47e6a167f114f4c4b0bae4bce4ba1c4f539e0dc1 (patch)
tree96a66229980033d72ce294fd7680a74f6f14cb05 /crypto/opensslconf.h
parent3d3a1b8fcf46ca3bdb3d8f09acd6ef604624a30d (diff)
downloadreplicant_openssl-47e6a167f114f4c4b0bae4bce4ba1c4f539e0dc1.zip
replicant_openssl-47e6a167f114f4c4b0bae4bce4ba1c4f539e0dc1.tar.gz
replicant_openssl-47e6a167f114f4c4b0bae4bce4ba1c4f539e0dc1.tar.bz2
enabling blowfish in openssl
Manual changes: Changing build/config to remove OPENSSL_NO_BF and no-bf openssl.config android-config.mk Add list of new files to build for blowfish patches/crypto_Android.mk Need to clean because we are changing build flags CleanSpec.mk Derived changes: Changed by import_openssl.sh based on android-config.mk change crypto/opensslconf.h include/openssl/opensslconf.h Derived from patches/crypto_Android.mk by import_openssl.sh crypto/Android.mk Newly imported files by import_openssl.sh with updated openssl.config crypto/bf/COPYRIGHT crypto/bf/asm/bf-586.pl crypto/bf/asm/bf-686.pl crypto/bf/bf_cfb64.c crypto/bf/bf_ecb.c crypto/bf/bf_enc.c crypto/bf/bf_locl.h crypto/bf/bf_ofb64.c crypto/bf/bf_pi.h crypto/bf/bf_skey.c crypto/bf/blowfish.h include/openssl/blowfish.h Bug: 1856777 Change-Id: Id984df3834fa1d935feb9910c26a082242a9a8e1
Diffstat (limited to 'crypto/opensslconf.h')
-rw-r--r--crypto/opensslconf.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/opensslconf.h b/crypto/opensslconf.h
index 394d1d4..00416ce 100644
--- a/crypto/opensslconf.h
+++ b/crypto/opensslconf.h
@@ -5,9 +5,6 @@
#ifndef OPENSSL_DOING_MAKEDEPEND
-#ifndef OPENSSL_NO_BF
-# define OPENSSL_NO_BF
-#endif
#ifndef OPENSSL_NO_CAST
# define OPENSSL_NO_CAST
#endif
@@ -56,9 +53,6 @@
who haven't had the time to do the appropriate changes in their
applications. */
#ifdef OPENSSL_ALGORITHM_DEFINES
-# if defined(OPENSSL_NO_BF) && !defined(NO_BF)
-# define NO_BF
-# endif
# if defined(OPENSSL_NO_CAST) && !defined(NO_CAST)
# define NO_CAST
# endif