diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-11-16 14:39:48 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-11-16 14:39:48 +0100 |
| commit | ac2ed68228b6aabbe30fa53b13a9103eca0d35ef (patch) | |
| tree | 46bce27c208ae1507391cbd03dcb8e63279adbf6 /src | |
| parent | fb27c892826d838b83c6f302091841e00474025a (diff) | |
| download | box64-ac2ed68228b6aabbe30fa53b13a9103eca0d35ef.tar.gz box64-ac2ed68228b6aabbe30fa53b13a9103eca0d35ef.zip | |
[WRAPPER] Added 2 more wrapped function to libcrypto.so.3 (for #1271)
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedcrypto3_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedcrypto3_private.h b/src/wrapped/wrappedcrypto3_private.h index 318942fc..6f1e5510 100644 --- a/src/wrapped/wrappedcrypto3_private.h +++ b/src/wrapped/wrappedcrypto3_private.h @@ -1714,7 +1714,7 @@ GO(ERR_peek_error_line_data, LFpppp) GO(ERR_peek_last_error, LFv) GO(ERR_peek_last_error_line, LFpp) GO(ERR_peek_last_error_line_data, LFpppp) -//GO(ERR_pop_to_mark, +GO(ERR_pop_to_mark, iFp) //GO(ERR_print_errors, //GO(ERR_print_errors_cb, //GO(ERR_print_errors_fp, @@ -1728,7 +1728,7 @@ GOM(ERR_set_error, vFEiipV) GOM(ERR_vset_error, vFEiipA) //GO(ERR_set_error_data, //GO(ERR_set_implementation, -//GO(ERR_set_mark, +GO(ERR_set_mark, iFp) //GO(ERR_unload_strings, //GO(ESS_CERT_ID_dup, //GO(ESS_CERT_ID_free, |