diff options
Diffstat (limited to 'src/lib/libcrypto/doc/RSA_set_method.pod')
-rw-r--r-- | src/lib/libcrypto/doc/RSA_set_method.pod | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/RSA_set_method.pod b/src/lib/libcrypto/doc/RSA_set_method.pod index 7f687c8718..3f50a89e5c 100644 --- a/src/lib/libcrypto/doc/RSA_set_method.pod +++ b/src/lib/libcrypto/doc/RSA_set_method.pod | |||
@@ -142,8 +142,6 @@ the default method is used. | |||
142 | RSA_PKCS1_SSLeay(), RSA_PKCS1_null_method(), RSA_get_default_method() | 142 | RSA_PKCS1_SSLeay(), RSA_PKCS1_null_method(), RSA_get_default_method() |
143 | and RSA_get_method() return pointers to the respective RSA_METHODs. | 143 | and RSA_get_method() return pointers to the respective RSA_METHODs. |
144 | 144 | ||
145 | RSA_set_default_method() returns no value. | ||
146 | |||
147 | RSA_set_method() returns a pointer to the old RSA_METHOD implementation | 145 | RSA_set_method() returns a pointer to the old RSA_METHOD implementation |
148 | that was replaced. However, this return value should probably be ignored | 146 | that was replaced. However, this return value should probably be ignored |
149 | because if it was supplied by an ENGINE, the pointer could be invalidated | 147 | because if it was supplied by an ENGINE, the pointer could be invalidated |