The branch master has been updated
via df5375b446e700fdd5e8a4aa360d458c4ffed046 (commit)
from 861e45624fe5f16adb11e041a7ac7a1b3229d756 (commit)
- Log -----------------------------------------------------------------
commit df5375b446e700fdd5e8a4aa360d458c4ffed046
Author: Shane Lontis <[email protected]>
Date: Thu Mar 21 10:22:07 2019 +1000
fixed mismatching #ifdef cpp
Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/8544)
-----------------------------------------------------------------------
Summary of changes:
crypto/include/internal/bn_int.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/crypto/include/internal/bn_int.h b/crypto/include/internal/bn_int.h
index 514eaee..4fcbb14 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