aboutsummaryrefslogtreecommitdiff
path: root/lib/roken/verrx.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-06-26 22:56:52 +0000
committerCy Schubert <cy@FreeBSD.org>2023-06-26 22:56:52 +0000
commitb6a943f7197af1a5eb6bb028b9b808ec5016e30c (patch)
treecfbb91e940dd89d0e1d46095f43c228d7d079fa0 /lib/roken/verrx.c
parent6f4e10db3298f6d65e1e646fe52aaafc3682b788 (diff)
Heimdal 7.8.0 does not support OpenSSL 3.0. 7.9.0 will but it hasn't been released yet. We are importing f62e2f278 for its OpenSSL 3.0 support.
Diffstat (limited to 'lib/roken/verrx.c')
-rw-r--r--lib/roken/verrx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/roken/verrx.c b/lib/roken/verrx.c
index 84645181c873..7b148a45fe8e 100644
--- a/lib/roken/verrx.c
+++ b/lib/roken/verrx.c
@@ -36,7 +36,7 @@
#include "roken.h"
#include <err.h>
-ROKEN_LIB_FUNCTION void ROKEN_LIB_CALL
+ROKEN_LIB_NORETURN_FUNCTION void ROKEN_LIB_CALL
verrx(int eval, const char *fmt, va_list ap)
{
rk_warnerr(0, fmt, ap);