mirror of https://github.com/aria2/aria2
Fix missing sha1.h and md5.h in Makefile.am
parent
218dc89be9
commit
2548cd4d6e
|
@ -347,7 +347,7 @@ SRCS += InternalARC4Encryptor.cc InternalARC4Encryptor.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_INTERNAL_MD
|
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
|
endif # USE_WINDOWS_MD
|
||||||
|
|
||||||
if HAVE_LIBGNUTLS
|
if HAVE_LIBGNUTLS
|
||||||
|
|
Loading…
Reference in New Issue