Commit 19a5e404 authored by Geoff Thorpe's avatar Geoff Thorpe
Browse files

Slight error in the documentation.

parent e3f52717
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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);