From 19a5e404cbb8a1a7a4d643aa0b53e53f1776dfb6 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Tue, 26 Sep 2000 01:23:10 +0000 Subject: [PATCH] Slight error in the documentation. --- doc/crypto/RSA_set_method.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/crypto/RSA_set_method.pod b/doc/crypto/RSA_set_method.pod index b672712292..bc0891a445 100644 --- a/doc/crypto/RSA_set_method.pod +++ b/doc/crypto/RSA_set_method.pod @@ -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_set_method(RSA *rsa, ENGINE *engine); + int RSA_set_method(RSA *rsa, ENGINE *engine); RSA_METHOD *RSA_get_method(RSA *rsa); -- 2.25.1