X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=openssl%2Fopenssl-0.9.7f-ca-dir.patch;fp=openssl%2Fopenssl-0.9.7f-ca-dir.patch;h=0000000000000000000000000000000000000000;hb=07249a30ba32d6532c039334032d9cad1f005627;hp=540109b2fc5b03ffd607c06fbb791516bfa67084;hpb=82225b1e26fd921b0b2448988b9c067683c0e887;p=fedora-mingw.git diff --git a/openssl/openssl-0.9.7f-ca-dir.patch b/openssl/openssl-0.9.7f-ca-dir.patch deleted file mode 100644 index 540109b..0000000 --- a/openssl/openssl-0.9.7f-ca-dir.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- openssl-0.9.7f/apps/CA.sh.ca-dir 2005-02-02 00:45:38.000000000 +0100 -+++ openssl-0.9.7f/apps/CA.sh 2005-04-21 21:08:09.270233699 +0200 -@@ -38,7 +38,7 @@ - VERIFY="$OPENSSL verify" - X509="$OPENSSL x509" - --CATOP=./demoCA -+CATOP=../../CA - CAKEY=./cakey.pem - CACERT=./cacert.pem - ---- openssl-0.9.7f/apps/CA.pl.ca-dir 2005-02-02 00:45:38.000000000 +0100 -+++ openssl-0.9.7f/apps/CA.pl 2005-04-21 21:07:52.307995284 +0200 -@@ -52,7 +52,7 @@ - $X509="$openssl x509"; - $PKCS12="$openssl pkcs12"; - --$CATOP="./demoCA"; -+$CATOP="../../CA"; - $CAKEY="cakey.pem"; - $CACERT="cacert.pem"; - ---- openssl-0.9.7f/apps/openssl.cnf.ca-dir 2005-03-30 12:20:17.000000000 +0200 -+++ openssl-0.9.7f/apps/openssl.cnf 2005-04-21 21:08:29.581927172 +0200 -@@ -34,7 +34,7 @@ - #################################################################### - [ CA_default ] - --dir = ./demoCA # Where everything is kept -+dir = ../../CA # Where everything is kept - certs = $dir/certs # Where the issued certs are kept - crl_dir = $dir/crl # Where the issued crl are kept - database = $dir/index.txt # database index file.