RSA_new(3) | OpenSSL | RSA_new(3) |
#include <openssl/rsa.h> RSA *RSA_new(void); void RSA_free(RSA *rsa);
RSA_free() frees the RSA structure and its components. The key is erased before the memory is returned to the system. If rsa is NULL nothing is done.
RSA_free() returns no value.
Licensed under the OpenSSL license (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at <https://www.openssl.org/source/license.html>.
2018-09-23 | 1.1.1i |