diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-06-29 08:15:12 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-06-29 08:15:12 +0200 |
| commit | 826f9cf2f39acf85cf78d4094d8f61e33372a3f2 (patch) | |
| tree | f8287d4d29c205378fb3f0d6257900f61aec4258 /src | |
| parent | c18fbfa1066dd5015ab9f726e6a6c2b0e11f56b9 (diff) | |
| download | box64-826f9cf2f39acf85cf78d4094d8f61e33372a3f2.tar.gz box64-826f9cf2f39acf85cf78d4094d8f61e33372a3f2.zip | |
Added 2 libssl wrapped functions (for #331)
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibssl_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibssl_private.h b/src/wrapped/wrappedlibssl_private.h index 827c4a67..fb16d726 100755 --- a/src/wrapped/wrappedlibssl_private.h +++ b/src/wrapped/wrappedlibssl_private.h @@ -415,8 +415,8 @@ GO(SSL_get_shutdown, iFp) //GO(SSL_get_SSL_CTX, //GO(SSL_get_ssl_method, GOM(SSL_get_verify_callback, pFEp) -//GO(SSL_get_verify_depth, -//GO(SSL_get_verify_mode, +GO(SSL_get_verify_depth, iFp) +GO(SSL_get_verify_mode, iFp) GO(SSL_get_verify_result, iFp) //GO(SSL_get_version, //GO(SSL_get_wbio, |