From cf2f1133221e823688b993ce9062df3a0b3ce96c Mon Sep 17 00:00:00 2001 From: Philipp Dunkel Date: Thu, 3 Dec 2009 20:57:26 +0000 Subject: [PATCH] Removed superfluous root cert definition --- CommModule/client.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommModule/client.pl b/CommModule/client.pl index 828ac1d..5be834f 100755 --- a/CommModule/client.pl +++ b/CommModule/client.pl @@ -50,7 +50,7 @@ my $opensslbin="/usr/bin/openssl"; my $mysqlphp="/home/cacert/www/includes/mysql.php"; -my %revokefile=(2=>"../www/class3-revoke.crl",1=>"../www/revoke.crl",0=>"../www/revoke.crl"); +my %revokefile=(2=>"../www/class3-revoke.crl",1=>"../www/revoke.crl"); my $newlayout=1;