diff options
Diffstat (limited to 'lib/libbearssl/Makefile.libsa.inc')
-rw-r--r-- | lib/libbearssl/Makefile.libsa.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libbearssl/Makefile.libsa.inc b/lib/libbearssl/Makefile.libsa.inc index f4562865ff25..827ce82d1304 100644 --- a/lib/libbearssl/Makefile.libsa.inc +++ b/lib/libbearssl/Makefile.libsa.inc @@ -1,5 +1,3 @@ -# $FreeBSD$ - # This file is included by libsa # It contains SRCS needed for loader @@ -84,3 +82,6 @@ SRCS+= \ x509/x509_decoder.c \ x509/x509_minimal.c \ +# We want find_error_name(). +SRCS+= \ + ${BEARSSL_TOOLS}/errors.c \ |