Blob


1 <$PLAN9/src/mkhdr
3 LIB=libsec.a
5 ALLOFILES=\
6 aes.$O\
7 blowfish.$O\
8 decodepem.$O\
9 des.$O\
10 des3CBC.$O\
11 des3ECB.$O\
12 desCBC.$O\
13 desECB.$O\
14 desmodes.$O\
15 dsaalloc.$O\
16 dsagen.$O\
17 dsaprimes.$O\
18 dsaprivtopub.$O\
19 dsasign.$O\
20 dsaverify.$O\
21 egalloc.$O\
22 egdecrypt.$O\
23 egencrypt.$O\
24 eggen.$O\
25 egprivtopub.$O\
26 egsign.$O\
27 egverify.$O\
28 fastrand.$O\
29 genprime.$O\
30 genrandom.$O\
31 gensafeprime.$O\
32 genstrongprime.$O\
33 hmac.$O\
34 md4.$O\
35 md5.$O\
36 md5block.$O\
37 md5pickle.$O\
38 nfastrand.$O\
39 prng.$O\
40 probably_prime.$O\
41 rc4.$O\
42 readcert.$O\
43 rsaalloc.$O\
44 rsadecrypt.$O\
45 rsaencrypt.$O\
46 rsafill.$O\
47 rsagen.$O\
48 rsaprivtopub.$O\
49 sha1.$O\
50 sha1block.$O\
51 sha1pickle.$O\
52 smallprimetest.$O\
53 thumb.$O\
54 tlshand.$O\
55 x509.$O\
57 # OFILES=`{sh ./reduce $O $OBJTYPE $ALLOFILES}
58 OFILES=$ALLOFILES
59 HFILES=$PLAN9/include/libsec.h
61 <$PLAN9/src/mksyslib