]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/bn/bn_conv.c
Rename FIPS_MODE to FIPS_MODULE
[thirdparty/openssl.git] / crypto / bn / bn_conv.c
index fd21464d74ee372c9ee1226bce462bac3b62fd17..089b7557486c8d56d258557ac1d4db092be6316d 100644 (file)
@@ -46,8 +46,8 @@ char *BN_bn2hex(const BIGNUM *a)
     return buf;
 }
 
-#ifndef FIPS_MODE
-/* No BIO_snprintf in FIPS_MODE */
+#ifndef FIPS_MODULE
+/* No BIO_snprintf in FIPS_MODULE */
 /* Must 'OPENSSL_free' the returned data */
 char *BN_bn2dec(const BIGNUM *a)
 {