From df5375b446e700fdd5e8a4aa360d458c4ffed046 Mon Sep 17 00:00:00 2001 From: Shane Lontis Date: Thu, 21 Mar 2019 10:22:07 +1000 Subject: [PATCH] fixed mismatching #ifdef cpp Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/8544) --- 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 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 -- 2.39.5