mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 13:07:37 +03:00
Fix missing sha1.h and md5.h in Makefile.am
This commit is contained in:
parent
218dc89be9
commit
2548cd4d6e
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ SRCS += InternalARC4Encryptor.cc InternalARC4Encryptor.h
|
|||
endif
|
||||
|
||||
if USE_INTERNAL_MD
|
||||
SRCS += InternalMessageDigestImpl.cc sha1.c md5.c
|
||||
SRCS += InternalMessageDigestImpl.cc sha1.c sha1.h md5.c md5.h
|
||||
endif # USE_WINDOWS_MD
|
||||
|
||||
if HAVE_LIBGNUTLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue