OpenSSL package now builds.
[fedora-mingw.git] / openssl / openssl-0.9.7f-ca-dir.patch
1 --- openssl-0.9.7f/apps/CA.sh.ca-dir    2005-02-02 00:45:38.000000000 +0100
2 +++ openssl-0.9.7f/apps/CA.sh   2005-04-21 21:08:09.270233699 +0200
3 @@ -38,7 +38,7 @@
4  VERIFY="$OPENSSL verify"
5  X509="$OPENSSL x509"
6  
7 -CATOP=./demoCA
8 +CATOP=../../CA
9  CAKEY=./cakey.pem
10  CACERT=./cacert.pem
11  
12 --- openssl-0.9.7f/apps/CA.pl.ca-dir    2005-02-02 00:45:38.000000000 +0100
13 +++ openssl-0.9.7f/apps/CA.pl   2005-04-21 21:07:52.307995284 +0200
14 @@ -52,7 +52,7 @@
15  $X509="$openssl x509";
16  $PKCS12="$openssl pkcs12";
17  
18 -$CATOP="./demoCA";
19 +$CATOP="../../CA";
20  $CAKEY="cakey.pem";
21  $CACERT="cacert.pem";
22  
23 --- openssl-0.9.7f/apps/openssl.cnf.ca-dir      2005-03-30 12:20:17.000000000 +0200
24 +++ openssl-0.9.7f/apps/openssl.cnf     2005-04-21 21:08:29.581927172 +0200
25 @@ -34,7 +34,7 @@
26  ####################################################################
27  [ CA_default ]
28  
29 -dir            = ./demoCA              # Where everything is kept
30 +dir            = ../../CA              # Where everything is kept
31  certs          = $dir/certs            # Where the issued certs are kept
32  crl_dir                = $dir/crl              # Where the issued crl are kept
33  database       = $dir/index.txt        # database index file.