summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/err
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/err')
-rw-r--r--src/lib/libcrypto/err/err.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/err/err.c b/src/lib/libcrypto/err/err.c
index 320078da66..caabfe01d6 100644
--- a/src/lib/libcrypto/err/err.c
+++ b/src/lib/libcrypto/err/err.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: err.c,v 1.46 2018/03/17 16:20:01 beck Exp $ */ 1/* $OpenBSD: err.c,v 1.47 2018/04/03 21:59:37 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -1107,7 +1107,8 @@ ERR_set_error_data(char *data, int flags)
1107} 1107}
1108 1108
1109void 1109void
1110ERR_asprintf_error_data(char * format, ...) { 1110ERR_asprintf_error_data(char * format, ...)
1111{
1111 char *errbuf = NULL; 1112 char *errbuf = NULL;
1112 va_list ap; 1113 va_list ap;
1113 int r; 1114 int r;