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:
534aaf3
)
indentation.
author
Geoff Thorpe
<geoff@openssl.org>
Tue, 25 Sep 2001 21:22:32 +0000
(21:22 +0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Tue, 25 Sep 2001 21:22:32 +0000
(21:22 +0000)
crypto/dh/dh_lib.c
patch
|
blob
|
history
diff --git
a/crypto/dh/dh_lib.c
b/crypto/dh/dh_lib.c
index 73f1c249f33b6aa2bff9e68ac0d3562863f561b9..367c19dfe98f689b00695ffbd2c1045ba4c8c157 100644
(file)
--- a/
crypto/dh/dh_lib.c
+++ b/
crypto/dh/dh_lib.c
@@
-93,7
+93,7
@@
int DH_set_method(DH *dh, const DH_METHOD *meth)
dh->meth = meth;
if (meth->init) meth->init(dh);
return 1;
-}
+
}
DH *DH_new(void)
{