Free memory previously allocated by CRYPTO_malloc() / OPENSSL_malloc().
Synopsis
Declared in <openssl/crypto.h>
void
CRYPTO_free(
void* ptr,
char const* file,
int line);
Parameters
Name |
Description |
ptr |
Memory to free, or NULL (no‐op). |
file |
Source file name for tracking (usually FILE). |
line |
Source line for tracking (usually LINE). |
Created with MrDocs