From bdf36f0b35ba06ef02f6e2684939f2d89a262241 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Mon, 29 Aug 2022 06:49:24 +0000 Subject: Provide ERR_R_INIT_FAIL. Needed for an upcoming change. ok tb@ --- src/lib/libcrypto/err/err.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/err/err.c') diff --git a/src/lib/libcrypto/err/err.c b/src/lib/libcrypto/err/err.c index f05567e173..349140543b 100644 --- a/src/lib/libcrypto/err/err.c +++ b/src/lib/libcrypto/err/err.c @@ -1,4 +1,4 @@ -/* $OpenBSD: err.c,v 1.48 2019/10/17 14:28:53 jsing Exp $ */ +/* $OpenBSD: err.c,v 1.49 2022/08/29 06:49:24 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -215,6 +215,7 @@ static ERR_STRING_DATA ERR_str_reasons[] = { {ERR_R_PASSED_NULL_PARAMETER, "passed a null parameter"}, {ERR_R_INTERNAL_ERROR, "internal error"}, {ERR_R_DISABLED , "called a function that was disabled at compile-time"}, + {ERR_R_INIT_FAIL, "initialization failure"}, {0, NULL}, }; -- cgit v1.2.3-55-g6feb