mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-22 07:20:00 +00:00
bearssl: Make shared library link
Creating a lua shared library module linking against libbearssl.so won't load w/o these functions. Sponsored by: Netflix Reviewed by: sjg Differential Revision: https://reviews.freebsd.org/D43982
This commit is contained in:
parent
cd6e526e26
commit
1edb7116f4
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user