diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-06-29 13:34:23 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-06-29 13:34:23 +0200 |
| commit | 9fcb6e1f388665361ae3fcaba85cb539bede628e (patch) | |
| tree | 21166a4908ae7a4f0759165fea43c6c63034c13e /src | |
| parent | 826f9cf2f39acf85cf78d4094d8f61e33372a3f2 (diff) | |
| download | box64-9fcb6e1f388665361ae3fcaba85cb539bede628e.tar.gz box64-9fcb6e1f388665361ae3fcaba85cb539bede628e.zip | |
Added one libssl wrapped functions (for #331)
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibssl_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibssl_private.h b/src/wrapped/wrappedlibssl_private.h index fb16d726..4466e23f 100755 --- a/src/wrapped/wrappedlibssl_private.h +++ b/src/wrapped/wrappedlibssl_private.h @@ -378,7 +378,7 @@ GO(SSL_get_current_cipher, pFp) //GO(SSL_get_default_timeout, GO(SSL_get_error, iFpi) GO(SSL_get_ex_data, pFpi) -//GO(SSL_get_ex_data_X509_STORE_CTX_idx, +GO(SSL_get_ex_data_X509_STORE_CTX_idx, iFv) GOM(SSL_get_ex_new_index, iFElpppp) //GO(SSL_get_fd, //GO(SSL_get_finished, |