Return the current default RSA_METHOD (deprecated).
Synopsis
Declared in <openssl/rsa.h>
[[deprecated]]
RSA_METHOD const*
RSA_get_default_method();
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Default method pointer (do not free).
Created with MrDocs