From: Geoff Thorpe Date: Tue, 26 Sep 2000 01:23:10 +0000 (+0000) Subject: Slight error in the documentation. X-Git-Tag: OpenSSL-engine-0_9_6a-beta1~9^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=19a5e404cbb8a1a7a4d643aa0b53e53f1776dfb6;p=oweals%2Fopenssl.git Slight error in the documentation. --- 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);