| Index: openssl/crypto/bf/blowfish.h
|
| ===================================================================
|
| --- openssl/crypto/bf/blowfish.h (revision 105093)
|
| +++ openssl/crypto/bf/blowfish.h (working copy)
|
| @@ -79,7 +79,7 @@
|
| * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
| */
|
|
|
| -#if defined(OPENSSL_SYS_WIN16) || defined(__LP32__)
|
| +#if defined(__LP32__)
|
| #define BF_LONG unsigned long
|
| #elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
|
| #define BF_LONG unsigned long
|
| @@ -104,9 +104,7 @@
|
| BF_LONG S[4*256];
|
| } BF_KEY;
|
|
|
| -#ifdef OPENSSL_FIPS
|
| -void private_BF_set_key(BF_KEY *key, int len, const unsigned char *data);
|
| -#endif
|
| +
|
| void BF_set_key(BF_KEY *key, int len, const unsigned char *data);
|
|
|
| void BF_encrypt(BF_LONG *data,const BF_KEY *key);
|
|
|