Files
llgo/c/openssl/_wrap/openssl.c

6 lines
84 B
C

#include <openssl/crypto.h>
void opensslFree(void *ptr) {
OPENSSL_free(ptr);
}