From: Geoff Thorpe Date: Tue, 25 Sep 2001 21:22:32 +0000 (+0000) Subject: indentation. X-Git-Tag: OpenSSL_0_9_6c~26^2~194 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=50a381b789f9e850632847d30ea81fb762e6b989;hp=534aaf3731c6ebee9ebdb6ad200d39a708415ce1 indentation. --- 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) {