diff options
Diffstat (limited to '')
-rw-r--r-- | cipher/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am index 5f0784c67..09edd4df9 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -17,6 +17,8 @@ libcipher_a_SOURCES = cipher.c \ md.c \ dynload.c \ dynload.h \ + des.c \ + des.h \ blowfish.c \ blowfish.h \ cast5.c \ |