From 826f9cf2f39acf85cf78d4094d8f61e33372a3f2 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 29 Jun 2022 08:15:12 +0200 Subject: Added 2 libssl wrapped functions (for #331) --- src/wrapped/wrappedlibssl_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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, -- cgit 1.4.1