summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/err/err.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/crypto/err/err.c')
-rw-r--r--lib/libssl/src/crypto/err/err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/err/err.c b/lib/libssl/src/crypto/err/err.c
index 27a19bc52c9..0672477cc87 100644
--- a/lib/libssl/src/crypto/err/err.c
+++ b/lib/libssl/src/crypto/err/err.c
@@ -1071,7 +1071,7 @@ void ERR_add_error_vdata(int num, va_list args)
else
str=p;
}
- BUF_strlcat(str,a,(size_t)s+1);
+ strlcat(str,a,(size_t)s+1);
}
}
ERR_set_error_data(str,ERR_TXT_MALLOCED|ERR_TXT_STRING);