Slight error in the documentation.

This commit is contained in:
Geoff Thorpe 2000-09-26 01:23:10 +00:00
parent e3f527177b
commit 19a5e404cb

View File

@ -15,7 +15,7 @@ RSA_null_method, RSA_flags, RSA_new_method - select RSA method
RSA_METHOD *RSA_get_default_openssl_method(void); RSA_METHOD *RSA_get_default_openssl_method(void);
RSA_METHOD *RSA_set_method(RSA *rsa, ENGINE *engine); int RSA_set_method(RSA *rsa, ENGINE *engine);
RSA_METHOD *RSA_get_method(RSA *rsa); RSA_METHOD *RSA_get_method(RSA *rsa);