Added cipher acceleration to SILC Accelerator. Added cipher softacc.
[crypto.git] / distdir / crypto
1 name Crypto Toolkit
2 package sct
3 bug-report silc-devel@lists.silcnet.org
4 prereq 1.3.2
5
6 # License
7 license distdir/CRYPTO
8 include distdir/GPL GPL
9 include distdir/BSD BSD
10 license-header distdir/GPL-header distdir/CRYPTO-header
11
12 # Distdefs
13 define SILC_DIST_SSH
14 define SILC_DIST_PGP
15 define SILC_DIST_ASN1UTILS
16
17 # Math library
18 define SILC_DIST_TFM
19 #define SILC_DIST_TMA
20
21 # Accelerator library
22 define SILC_DIST_SOFTACC
23 define SILC_DIST_SOFTACC_PKCS
24 define SILC_DIST_SOFTACC_CIPHER
25
26 # Includes
27 include README.WIN32
28 include README.MACOSX
29 include README.SYMBIAN
30
31 # Noprocess to optimize packaging and avoid re-licensing of certain files
32 noprocess COPYING GPL BSD
33 noprocess apps/
34 noprocess win32/
35 noprocess symbian/
36
37 post-process-dist-hook distdir/post-process-dist
38 pre-dist-hook distdir/pre-dist-crypto
39 post-dist-hook distdir/post-dist