Revert, that was an incorrect change.

PR: 156
This commit is contained in:
Richard Levitte
2002-10-29 04:34:13 +00:00
parent bbec79a0c1
commit 89eda1fc01
2 changed files with 4 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ DSA_set_method, DSA_new_method, DSA_OpenSSL - select DSA method
=head1 SYNOPSIS
#include <openssl/dsa.h>
#include <openssl/engine.h>
void DSA_set_default_method(const DSA_METHOD *meth);
@@ -15,7 +16,7 @@ DSA_set_method, DSA_new_method, DSA_OpenSSL - select DSA method
int DSA_set_method(DSA *dsa, const DSA_METHOD *meth);
DSA *DSA_new_method(DSA_METHOD *meth);
DSA *DSA_new_method(ENGINE *engine);
DSA_METHOD *DSA_OpenSSL(void);