summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_conv.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/bn_conv.c')
-rw-r--r--crypto/bn/bn_conv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/bn/bn_conv.c b/crypto/bn/bn_conv.c
index fd21464d74..089b755748 100644
--- a/crypto/bn/bn_conv.c
+++ b/crypto/bn/bn_conv.c
@@ -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)
{