DH_new(3) | OpenSSL | DH_new(3) |
#include <openssl/dh.h> DH* DH_new(void); void DH_free(DH *dh);
DH_free() frees the DH structure and its components. The values are erased before the memory is returned to the system. If dh is NULL nothing is done.
DH_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 |