Deleted Added
full compact
mkfiles.pl (142425) mkfiles.pl (160814)
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

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

25"crypto/cast",
26"crypto/aes",
27"crypto/bn",
28"crypto/rsa",
29"crypto/dsa",
30"crypto/dso",
31"crypto/dh",
32"crypto/ec",
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

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

25"crypto/cast",
26"crypto/aes",
27"crypto/bn",
28"crypto/rsa",
29"crypto/dsa",
30"crypto/dso",
31"crypto/dh",
32"crypto/ec",
33"crypto/ecdh",
34"crypto/ecdsa",
33"crypto/buffer",
34"crypto/bio",
35"crypto/stack",
36"crypto/lhash",
37"crypto/rand",
38"crypto/err",
39"crypto/objects",
40"crypto/evp",

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

46"crypto/txt_db",
47"crypto/pkcs7",
48"crypto/pkcs12",
49"crypto/comp",
50"crypto/engine",
51"crypto/ocsp",
52"crypto/ui",
53"crypto/krb5",
35"crypto/buffer",
36"crypto/bio",
37"crypto/stack",
38"crypto/lhash",
39"crypto/rand",
40"crypto/err",
41"crypto/objects",
42"crypto/evp",

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

48"crypto/txt_db",
49"crypto/pkcs7",
50"crypto/pkcs12",
51"crypto/comp",
52"crypto/engine",
53"crypto/ocsp",
54"crypto/ui",
55"crypto/krb5",
54"fips",
55"fips/aes",
56"fips/des",
57"fips/dsa",
58"fips/rand",
59"fips/rsa",
60"fips/sha1",
56"crypto/store",
57"crypto/pqueue",
61"ssl",
62"apps",
58"ssl",
59"apps",
60"engines",
63"test",
64"tools"
65);
66
67foreach (@dirs) {
68 &files_dir ($_, "Makefile");
69}
70

--- 54 unchanged lines hidden ---
61"test",
62"tools"
63);
64
65foreach (@dirs) {
66 &files_dir ($_, "Makefile");
67}
68

--- 54 unchanged lines hidden ---