summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2019-03-21 10:22:07 +1000
committerShane Lontis <shane.lontis@oracle.com>2019-03-21 10:22:07 +1000
commitdf5375b446e700fdd5e8a4aa360d458c4ffed046 (patch)
tree763cfae8b7a1f656816badcf61546ddf890ff81f
parent861e45624fe5f16adb11e041a7ac7a1b3229d756 (diff)
fixed mismatching #ifdef cpp
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8544)
-rw-r--r--crypto/include/internal/bn_int.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/include/internal/bn_int.h b/crypto/include/internal/bn_int.h
index 514eaeeb90..4fcbb14502 100644
--- a/crypto/include/internal/bn_int.h
+++ b/crypto/include/internal/bn_int.h
@@ -110,8 +110,4 @@ int bn_rsa_fips186_4_derive_prime(BIGNUM *Y, BIGNUM *X, const BIGNUM *Xin,
const BIGNUM *r1, const BIGNUM *r2, int nlen,
const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb);
-#ifdef __cplusplus
-}
-#endif
-
#endif