From 50a381b789f9e850632847d30ea81fb762e6b989 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Tue, 25 Sep 2001 21:22:32 +0000 Subject: [PATCH] indentation. --- crypto/dh/dh_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.34.1