diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-01-18 22:47:13 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-01-18 22:47:13 +0000 |
| commit | e71680049bb8ff395aeaa144377dd9e49331f45e (patch) | |
| tree | f4fa62286ae44c4487b63df40714e89a171d1e6b /sys/modules/crypto/Makefile | |
| parent | ae9ea22e14bf523aee508f1fe07091580b528a2e (diff) | |
Diffstat (limited to 'sys/modules/crypto/Makefile')
| -rw-r--r-- | sys/modules/crypto/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/crypto/Makefile b/sys/modules/crypto/Makefile index 4b14cd784ebe..f56bb94a4ce6 100644 --- a/sys/modules/crypto/Makefile +++ b/sys/modules/crypto/Makefile @@ -55,6 +55,7 @@ CWARNFLAGS.blake2b-ref.c += -Wno-cast-qual -Wno-unused-function CWARNFLAGS.blake2s-ref.c += -Wno-cast-qual -Wno-unused-function SRCS += chacha.c SRCS += chacha-sw.c +SRCS += chacha20_poly1305.c LIBSODIUM_INC=${LIBSODIUM}/include LIBSODIUM_COMPAT=${SRCTOP}/sys/crypto/libsodium |
