[openssl] master update
Dr. Paul Dale
pauli at openssl.org
Thu Mar 21 05:29:15 UTC 2019
The branch master has been updated
via df5375b446e700fdd5e8a4aa360d458c4ffed046 (commit)
from 861e45624fe5f16adb11e041a7ac7a1b3229d756 (commit)
- Log -----------------------------------------------------------------
commit df5375b446e700fdd5e8a4aa360d458c4ffed046
Author: Shane Lontis <shane.lontis at oracle.com>
Date: Thu Mar 21 10:22:07 2019 +1000
fixed mismatching #ifdef cpp
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Paul Dale <paul.dale at oracle.com>
(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
More information about the openssl-commits
mailing list