9 lines
100 B
C++
9 lines
100 B
C++
#include <openssl/crypto.h>
|
|
|
|
extern "C" {
|
|
|
|
void opensslFree(void *ptr) {
|
|
OPENSSL_free(ptr);
|
|
}
|
|
|
|
} |