about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibssl_private.h
diff options
context:
space:
mode:
authorrajdakin <rajdakin@gmail.com>2021-07-31 13:38:01 +0200
committerrajdakin <rajdakin@gmail.com>2021-07-31 13:38:22 +0200
commite1d8f1d7e55ea83a8c30680560c22b200cdeb9cd (patch)
treeb9efa9e0ba1331bbe4d3ccf100cf465b720e3faf /src/wrapped/wrappedlibssl_private.h
parentc8640caba352bed19d7289cf9761c0d14d3d2b19 (diff)
downloadbox64-e1d8f1d7e55ea83a8c30680560c22b200cdeb9cd.tar.gz
box64-e1d8f1d7e55ea83a8c30680560c22b200cdeb9cd.zip
Fixed some wrapped functions, upgraded the rebuild_wrapper script [SDL2 DOESN'T WORK, FIX UNDERWAY]
Diffstat (limited to 'src/wrapped/wrappedlibssl_private.h')
-rwxr-xr-xsrc/wrapped/wrappedlibssl_private.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wrapped/wrappedlibssl_private.h b/src/wrapped/wrappedlibssl_private.h
index 75a88517..3a5e394b 100755
--- a/src/wrapped/wrappedlibssl_private.h
+++ b/src/wrapped/wrappedlibssl_private.h
@@ -295,7 +295,7 @@ GO(SSL_CTX_new, pFp)
 //GO(SSL_CTX_set_alpn_protos, 
 //GO(SSL_CTX_set_alpn_select_cb, 
 //GO(SSL_CTX_set_cert_cb, 
-//GO(SSL_CTX_set_cert_store, 
+GO(SSL_CTX_set_cert_store, vFpp)
 //GO(SSL_CTX_set_cert_verify_callback, 
 GO(SSL_CTX_set_cipher_list, iFpp)
 GO(SSL_CTX_set_client_CA_list, vFpp)
@@ -471,7 +471,6 @@ GO(SSL_set_accept_state, vFp)
 GO(SSL_set_bio, vFppp)
 //GO(SSL_set_cert_cb, 
 //GO(ssl_set_cert_masks, 
-GO(SSL_CTX_set_cert_store, vFpp)
 GO(SSL_set_cipher_list, iFpp)
 GO(SSL_set_client_CA_list, vFpp)
 //GO(ssl_set_client_disabled, 
@@ -590,4 +589,4 @@ GO(TLSv1_client_method, pFv)
 GO(TLSv1_method, pFv)
 GO(verify_callback, iFip)
 
-GO(TLSv1_server_method, pFv)    // not always present in lib
\ No newline at end of file
+GO(TLSv1_server_method, pFv)    // not always present in lib