indentation.
authorGeoff Thorpe <geoff@openssl.org>
Tue, 25 Sep 2001 21:22:32 +0000 (21:22 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Tue, 25 Sep 2001 21:22:32 +0000 (21:22 +0000)
crypto/dh/dh_lib.c

index 73f1c249f33b6aa2bff9e68ac0d3562863f561b9..367c19dfe98f689b00695ffbd2c1045ba4c8c157 100644 (file)
@@ -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)
        {