Browse Source

fix 'revoke' command

Ralf S. Engelschall 20 years ago
parent
commit
5e5771def6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      csp/csp.patch.cvs

+ 1 - 1
csp/csp.patch.cvs

@@ -941,7 +941,7 @@ Index: CSP.pm
 -	    "-text -in $certfile -noout -nameopt RFC2253",
 -	    "-text -in $certfile -noout -nameopt RFC2253",
 -	    {noconfig=>1,verbose=>1})->closeok();
 -	    {noconfig=>1,verbose=>1})->closeok();
 +
 +
-+    print $self->{csp}->{openssl}->
++    print $self->{openssl}->
 +      cmd('x509',
 +      cmd('x509',
 +	  "-text -in $certfile -noout -nameopt RFC2253",
 +	  "-text -in $certfile -noout -nameopt RFC2253",
 +	  {noconfig=>1,verbose=>1});
 +	  {noconfig=>1,verbose=>1});