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