summaryrefslogtreecommitdiffstats
path: root/demos/cipher/build.info
blob: 4c74cc9233c46f5c443a0456a8740482dc4cd700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PROGRAMS{noinst}=aesccm aesgcm aeskeywrap ariacbc

INCLUDE[aesccm]=../../include
SOURCE[aesccm]=aesccm.c
DEPEND[aesccm]=../../libcrypto ../../libssl

INCLUDE[aesgcm]=../../include
SOURCE[aesgcm]=aesgcm.c
DEPEND[aesgcm]=../../libcrypto ../../libssl

INCLUDE[aeskeywrap]=../../include
SOURCE[aeskeywrap]=aeskeywrap.c
DEPEND[aeskeywrap]=../../libcrypto ../../libssl

INCLUDE[ariacbc]=../../include
SOURCE[ariacbc]=ariacbc.c
DEPEND[ariacbc]=../../libcrypto ../../libssl