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:
3df16cc
)
RT3959: Fix misleading comment
author
Nicholas Cooper
<qza22c5l@gmail.com>
Thu, 30 Jul 2015 01:44:59 +0000
(21:44 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Fri, 31 Jul 2015 15:07:11 +0000
(11:07 -0400)
Reviewed-by: Matt Caswell <matt@openssl.org>
include/openssl/dh.h
patch
|
blob
|
history
diff --git
a/include/openssl/dh.h
b/include/openssl/dh.h
index e0f4b57349ec410d8799515a8a8cde894e8fcb82..f1de53dffecf6c025b685b316795775bc2b34c1e 100644
(file)
--- a/
include/openssl/dh.h
+++ b/
include/openssl/dh.h
@@
-142,7
+142,7
@@
struct dh_st {
BIGNUM *p;
BIGNUM *g;
long length; /* optional */
- BIGNUM *pub_key; /* g^x */
+ BIGNUM *pub_key; /* g^x
% p
*/
BIGNUM *priv_key; /* x */
int flags;
BN_MONT_CTX *method_mont_p;