Loading doc/crypto/DH_set_method.pod +2 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ DH_set_method, DH_new_method, DH_OpenSSL - select DH method =head1 SYNOPSIS #include <openssl/dh.h> #include <openssl/engine.h> void DH_set_default_method(const DH_METHOD *meth); Loading @@ -15,7 +16,7 @@ DH_set_method, DH_new_method, DH_OpenSSL - select DH method int DH_set_method(DH *dh, const DH_METHOD *meth); DH *DH_new_method(DH_METHOD *meth); DH *DH_new_method(ENGINE *engine); const DH_METHOD *DH_OpenSSL(void); Loading doc/crypto/DSA_set_method.pod +2 −1 Original line number Diff line number Diff line Loading @@ -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); Loading @@ -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); Loading Loading
doc/crypto/DH_set_method.pod +2 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ DH_set_method, DH_new_method, DH_OpenSSL - select DH method =head1 SYNOPSIS #include <openssl/dh.h> #include <openssl/engine.h> void DH_set_default_method(const DH_METHOD *meth); Loading @@ -15,7 +16,7 @@ DH_set_method, DH_new_method, DH_OpenSSL - select DH method int DH_set_method(DH *dh, const DH_METHOD *meth); DH *DH_new_method(DH_METHOD *meth); DH *DH_new_method(ENGINE *engine); const DH_METHOD *DH_OpenSSL(void); Loading
doc/crypto/DSA_set_method.pod +2 −1 Original line number Diff line number Diff line Loading @@ -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); Loading @@ -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); Loading