aboutsummaryrefslogtreecommitdiff
path: root/lib/libbearssl
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-02-21 03:31:41 +0000
committerWarner Losh <imp@FreeBSD.org>2024-02-21 03:31:41 +0000
commit1edb7116f450c1a1793f2fd25f6bdc16735ef888 (patch)
tree4414044f224bf951ef65e4468d65b6b5871d92cc /lib/libbearssl
parentcd6e526e268e4fdf1c9a65b9d792e67343f52307 (diff)
Diffstat (limited to 'lib/libbearssl')
-rw-r--r--lib/libbearssl/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libbearssl/Makefile b/lib/libbearssl/Makefile
index d307dd138a94..1fa57f372596 100644
--- a/lib/libbearssl/Makefile
+++ b/lib/libbearssl/Makefile
@@ -45,6 +45,7 @@ SRCS+= \
hash/ghash_pwr8.c \
hash/md5.c \
hash/md5sha1.c \
+ hash/mgf1.c
# this one does not compile for amd64
@@ -149,6 +150,11 @@ SRCS+= \
x509/x509_knownkey.c \
x509/x509_minimal_full.c \
+SRCS+= \
+ rand/hmac_drbg.c \
+ mac/hmac.c \
+ mac/hmac_ct.c \
+
INCS= \
inc/bearssl.h \
inc/bearssl_aead.h \
@@ -169,9 +175,6 @@ INCS:= ${INCS:S,^,${BEARSSL}/,}
.if ${MK_BEARSSL_SSL:Uno} == "yes"
SRCS+= \
- mac/hmac.c \
- mac/hmac_ct.c \
- rand/hmac_drbg.c \
ssl/prf.c \
ssl/prf_md5sha1.c \
ssl/prf_sha256.c \