indentation.

This commit is contained in:
Geoff Thorpe 2001-09-25 21:22:32 +00:00
parent 534aaf3731
commit 50a381b789

View 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)
{