some wrap to cpp
This commit is contained in:
9
runtime/internal/clite/openssl/_wrap/openssl.cpp
Normal file
9
runtime/internal/clite/openssl/_wrap/openssl.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <openssl/crypto.h>
|
||||
|
||||
extern "C" {
|
||||
|
||||
void opensslFree(void *ptr) {
|
||||
OPENSSL_free(ptr);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user