Added SILC Thread Queue API
[silc.git] / lib / silccrypt / Makefile.ad
index 4b0a4268396853dc326ac8549b0410fcb5eec047..0d1aa46b69a6fe0a47e81b1a170f4762a89af32f 100644 (file)
@@ -35,10 +35,15 @@ libsilccrypt_la_SOURCES =   \
        md5.c                   \
        $(SILC_AES_S)           \
        rsa.c                   \
+       dsa.c                   \
        sha1.c                  \
        sha256.c                \
+       sha256_x86.S            \
+       sha512.c                \
        twofish.c               \
        blowfish.c              \
+       cast5.c                 \
+       des.c                   \
        silccrypto.c            \
        silccipher.c            \
        silchash.c              \
@@ -61,6 +66,7 @@ CFLAGS = $(LTFLAGS) @SILC_CRYPTO_CFLAGS@
 include_HEADERS =              \
        silccrypto.h            \
        silccipher.h            \
+       silccipher_i.h          \
        silchash.h              \
        silchmac.h              \
        silcpkcs.h              \