Deleted Added
full compact
mkfiles.pl (160814) mkfiles.pl (162911)
1#!/usr/local/bin/perl
2#
3# This is a hacked version of files.pl for systems that can't do a 'make files'.
4# Do a perl util/mkminfo.pl >MINFO to build MINFO
5# Written by Steve Henson 1999.
6
7# List of directories to process
8

--- 10 unchanged lines hidden (view full) ---

19"crypto/des",
20"crypto/rc2",
21"crypto/rc4",
22"crypto/rc5",
23"crypto/idea",
24"crypto/bf",
25"crypto/cast",
26"crypto/aes",
1#!/usr/local/bin/perl
2#
3# This is a hacked version of files.pl for systems that can't do a 'make files'.
4# Do a perl util/mkminfo.pl >MINFO to build MINFO
5# Written by Steve Henson 1999.
6
7# List of directories to process
8

--- 10 unchanged lines hidden (view full) ---

19"crypto/des",
20"crypto/rc2",
21"crypto/rc4",
22"crypto/rc5",
23"crypto/idea",
24"crypto/bf",
25"crypto/cast",
26"crypto/aes",
27"crypto/camellia",
27"crypto/bn",
28"crypto/rsa",
29"crypto/dsa",
30"crypto/dso",
31"crypto/dh",
32"crypto/ec",
33"crypto/ecdh",
34"crypto/ecdsa",

--- 88 unchanged lines hidden ---
28"crypto/bn",
29"crypto/rsa",
30"crypto/dsa",
31"crypto/dso",
32"crypto/dh",
33"crypto/ec",
34"crypto/ecdh",
35"crypto/ecdsa",

--- 88 unchanged lines hidden ---