diff options
Diffstat (limited to 'source4/lib/basic.mk')
-rw-r--r-- | source4/lib/basic.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/lib/basic.mk b/source4/lib/basic.mk index 6faa6b3da7..bce5b85b32 100644 --- a/source4/lib/basic.mk +++ b/source4/lib/basic.mk @@ -36,7 +36,9 @@ OBJ_FILES = \ crypto/md5.o \ crypto/hmacmd5.o \ crypto/md4.o \ - crypto/arcfour.o + crypto/arcfour.o \ + crypto/sha1.o \ + crypto/hmacsha1.o # End SUBSYSTEM LIBCRYPTO ############################## |