Change output text (ar is not a linker).
[openssl.git] / crypto / evp / e_cbc_bf.c
index a523d011c28500bb6d9b3cdc3b45a73c1185ec43..9bcba3c516bbea57297dc9e7de0dfb665655f399 100644 (file)
@@ -56,8 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-#ifndef NO_BLOWFISH
-
+#ifndef NO_BF
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/evp.h>
@@ -76,8 +75,8 @@ static EVP_CIPHER bfish_cbc_cipher=
        NULL,
        sizeof(EVP_CIPHER_CTX)-sizeof((((EVP_CIPHER_CTX *)NULL)->c))+
                sizeof((((EVP_CIPHER_CTX *)NULL)->c.bf_ks)),
-       EVP_CIPHER_get_asn1_iv,
        EVP_CIPHER_set_asn1_iv,
+       EVP_CIPHER_get_asn1_iv,
        };
 
 EVP_CIPHER *EVP_bf_cbc(void)