diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-03-09 22:05:36 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-03-09 22:05:36 +0100 |
| commit | c5e085bc963dd45b11aead34668459bdceb49be5 (patch) | |
| tree | 79ada3bb5ebbf0e1c53b6d0e4d785ab03b3e005e | |
| parent | 8dc669bc33c6c5ed058b0a68c75d729a8ac89f4e (diff) | |
| download | box64-c5e085bc963dd45b11aead34668459bdceb49be5.tar.gz box64-c5e085bc963dd45b11aead34668459bdceb49be5.zip | |
Added 2 more wrapped function to libgnutls (for #210)
| -rwxr-xr-x | src/wrapped/wrappedgnutls_private.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/wrapped/wrappedgnutls_private.h b/src/wrapped/wrappedgnutls_private.h index cb981d3d..3697259b 100755 --- a/src/wrapped/wrappedgnutls_private.h +++ b/src/wrapped/wrappedgnutls_private.h @@ -2,6 +2,9 @@ #error Meh.... #endif +//gnutls_session_t is p +//gnutls_channel_binding_t is i + //GO(_dsa_generate_dss_g, //GO(dsa_generate_dss_keypair, //GO(_dsa_generate_dss_pq, @@ -652,7 +655,7 @@ GO(gnutls_record_send, lFppL) //GO(gnutls_server_name_get, GO(gnutls_server_name_set, iFpppL) //GO(_gnutls_server_name_set_raw, -//GO(gnutls_session_channel_binding, +GO(gnutls_session_channel_binding, iFpip) //GO(gnutls_session_enable_compatibility_mode, //GO(gnutls_session_etm_status, //GO(gnutls_session_ext_master_secret_status, @@ -681,7 +684,7 @@ GO(gnutls_server_name_set, iFpppL) //GO(gnutls_session_ticket_enable_client, //GO(gnutls_session_ticket_enable_server, //GO(gnutls_session_ticket_key_generate, -//GO(gnutls_set_default_priority, +GO(gnutls_set_default_priority, iFp) //GO(gnutls_sign_algorithm_get, //GO(gnutls_sign_algorithm_get_client, //GO(gnutls_sign_algorithm_get_requested, |