summaryrefslogtreecommitdiff
path: root/Cryptlib/OpenSSL/crypto/err
diff options
context:
space:
mode:
Diffstat (limited to 'Cryptlib/OpenSSL/crypto/err')
-rw-r--r--Cryptlib/OpenSSL/crypto/err/err.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cryptlib/OpenSSL/crypto/err/err.c b/Cryptlib/OpenSSL/crypto/err/err.c
index f98cce6a..108b83a9 100644
--- a/Cryptlib/OpenSSL/crypto/err/err.c
+++ b/Cryptlib/OpenSSL/crypto/err/err.c
@@ -1085,7 +1085,11 @@ void ERR_add_error_data(int num, ...)
va_end(args);
}
+#if defined(OPENSSL_SYS_UEFI)
+void EFIAPI ERR_add_error_vdata(int num, va_list args)
+#else
void ERR_add_error_vdata(int num, va_list args)
+#endif
{
int i, n, s;
char *str, *p, *a;