From ac2ed68228b6aabbe30fa53b13a9103eca0d35ef Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 16 Nov 2024 14:39:48 +0100 Subject: [WRAPPER] Added 2 more wrapped function to libcrypto.so.3 (for #1271) --- src/wrapped/wrappedcrypto3_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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, -- cgit 1.4.1