Mark OpenSSL 0.9.7d as dead.
[dragonfly.git] / crypto / openssl-0.9.7e / fips / fips_make_sha1
1 #!/bin/sh
2
3 S=`pwd`/fips/sha1/fips_standalone_sha1
4
5 cd fips/sha1
6 $S fips_sha1dgst.c fips_sha1_selftest.c  asm/sx86-elf.s fips_standalone_sha1.c fips_sha_locl.h fips_md32_common.h > standalone.sha1
7
8 cd ..
9 $S fips.c fips_err_wrapper.c fips.h fips_err.h > fingerprint.sha1
10
11 cd rand
12 $S fips_rand.c fips_rand.h > fingerprint.sha1
13
14 cd ../sha1
15 $S fips_sha1dgst.c fips_sha1_selftest.c asm/sx86-elf.s fips_sha_locl.h fips_md32_common.h > fingerprint.sha1
16
17 cd ../aes
18 $S fips_aes_core.c fips_aes_selftest.c fips_aes_locl.h > fingerprint.sha1
19
20 cd ../dsa
21 $S fips_dsa_ossl.c fips_dsa_gen.c fips_dsa_selftest.c > fingerprint.sha1
22
23 cd ../des
24 $S fips_des_enc.c asm/fips-dx86-elf.s fips_des_selftest.c fips_set_key.c fips_des_locl.h > fingerprint.sha1
25
26 cd ../rsa
27 $S fips_rsa_eay.c fips_rsa_gen.c fips_rsa_selftest.c > fingerprint.sha1
28
29 cd ../dh
30 $S fips_dh_check.c fips_dh_gen.c fips_dh_key.c > fingerprint.sha1