diff options
Diffstat (limited to '')
-rw-r--r-- | cipher/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am index 13b9d0aad..34f800769 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -11,6 +11,7 @@ libcipher_a_SOURCES = cipher.c \ blowfish.h \ cast5.c \ cast5.h \ + des.h \ elgamal.c \ elgamal.h \ md5.c \ |