xref: /openssl/demos/digest/build.info (revision 2000281d)
1PROGRAMS{noinst} = EVP_MD_demo \
2                   EVP_MD_stdin \
3                   EVP_MD_xof \
4                   BIO_f_md
5
6INCLUDE[EVP_MD_demo]=../../include
7SOURCE[EVP_MD_demo]=EVP_MD_demo.c
8DEPEND[EVP_MD_demo]=../../libcrypto
9
10INCLUDE[EVP_MD_stdin]=../../include
11SOURCE[EVP_MD_stdin]=EVP_MD_stdin.c
12DEPEND[EVP_MD_stdin]=../../libcrypto
13
14INCLUDE[EVP_MD_xof]=../../include
15SOURCE[EVP_MD_xof]=EVP_MD_xof.c
16DEPEND[EVP_MD_xof]=../../libcrypto
17
18INCLUDE[BIO_f_md]=../../include
19SOURCE[BIO_f_md]=BIO_f_md.c
20DEPEND[BIO_f_md]=../../libcrypto
21