mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
lib/crypto: link in AES crypto for s4 as well.
Guenther
This commit is contained in:
parent
97d7a524ab
commit
310051c79d
@ -6,7 +6,8 @@
|
||||
|
||||
LIBCRYPTO_OBJ_FILES = $(addprefix $(libcryptosrcdir)/, \
|
||||
crc32.o md5.o hmacmd5.o md4.o \
|
||||
arcfour.o sha256.o hmacsha256.o)
|
||||
arcfour.o sha256.o hmacsha256.o \
|
||||
aes.o rijndael-alg-fst.o)
|
||||
|
||||
[SUBSYSTEM::TORTURE_LIBCRYPTO]
|
||||
PRIVATE_DEPENDENCIES = LIBCRYPTO
|
||||
|
Loading…
Reference in New Issue
Block a user