summaryrefslogtreecommitdiffstats
path: root/crypto/dh
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2001-09-25 21:22:32 +0000
committerGeoff Thorpe <geoff@openssl.org>2001-09-25 21:22:32 +0000
commit50a381b789f9e850632847d30ea81fb762e6b989 (patch)
tree6c5fbe7e51bc5b57521d077e2a9cc0f7f1eed5f4 /crypto/dh
parent534aaf3731c6ebee9ebdb6ad200d39a708415ce1 (diff)
indentation.
Diffstat (limited to 'crypto/dh')
-rw-r--r--crypto/dh/dh_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dh/dh_lib.c b/crypto/dh/dh_lib.c
index 73f1c249f3..367c19dfe9 100644
--- 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)
{