]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
fixed mismatching #ifdef cpp
authorShane Lontis <shane.lontis@oracle.com>
Thu, 21 Mar 2019 00:22:07 +0000 (10:22 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Thu, 21 Mar 2019 00:22:07 +0000 (10:22 +1000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8544)

crypto/include/internal/bn_int.h

index 514eaeeb9041b1d8a67ba9385cf0b1cba185ce3c..4fcbb14502530bd68d03ce9d288b5dc5b0621a77 100644 (file)
@@ -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