internal/build:compile with c mode,when c file
This commit is contained in:
5
runtime/internal/clite/openssl/_wrap/openssl.c
Normal file
5
runtime/internal/clite/openssl/_wrap/openssl.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <openssl/crypto.h>
|
||||
|
||||
void opensslFree(void *ptr) {
|
||||
OPENSSL_free(ptr);
|
||||
}
|
||||
Reference in New Issue
Block a user