projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
861e456
)
fixed mismatching #ifdef cpp
author
Shane Lontis
<shane.lontis@oracle.com>
Thu, 21 Mar 2019 00:22:07 +0000
(10:22 +1000)
committer
Shane 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
patch
|
blob
|
history
diff --git
a/crypto/include/internal/bn_int.h
b/crypto/include/internal/bn_int.h
index 514eaeeb9041b1d8a67ba9385cf0b1cba185ce3c..4fcbb14502530bd68d03ce9d288b5dc5b0621a77 100644
(file)
--- 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