This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
llgo
Watch
1
Star
0
Fork
0
You've already forked llgo
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e7e9530eb86a1d3e31ca782ef901156f923f1feb
llgo
/
runtime
/
internal
/
clite
/
openssl
/
_wrap
/
openssl.cpp
9 lines
100 B
C++
Raw
Normal View
History
Unescape
Escape
compiler: build separation runtime with clite
2025-01-07 22:16:31 +08:00
#
include
<openssl/crypto.h>
some wrap to cpp
2025-06-11 21:02:32 +08:00
extern
"
C
"
{
compiler: build separation runtime with clite
2025-01-07 22:16:31 +08:00
void
opensslFree
(
void
*
ptr
)
{
OPENSSL_free
(
ptr
)
;
}
some wrap to cpp
2025-06-11 21:02:32 +08:00
}
Reference in New Issue
Copy Permalink