Commit df5375b4 authored by Shane Lontis's avatar Shane Lontis
Browse files

fixed mismatching #ifdef cpp

parent 861e4562
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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