diff options
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, |