From: Shane Lontis Date: Thu, 21 Mar 2019 00:22:07 +0000 (+1000) Subject: fixed mismatching #ifdef cpp X-Git-Tag: openssl-3.0.0-alpha1~2319 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=df5375b446e700fdd5e8a4aa360d458c4ffed046;p=oweals%2Fopenssl.git fixed mismatching #ifdef cpp Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/8544) --- 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