summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2014-04-19 01:37:24 +0200
committerBenny Baumann <BenBE@geshi.org>2014-04-19 01:37:24 +0200
commit39d62423ef65655b8067d4fd7622e5dcefa784e4 (patch)
tree9b115c3f64a30d0a09a81ad44f2b0c484c3d7dfc
parent066a02232fca9338c990a00bb696a6a51f2fd542 (diff)
downloadcacert-devel-39d62423ef65655b8067d4fd7622e5dcefa784e4.tar.gz
cacert-devel-39d62423ef65655b8067d4fd7622e5dcefa784e4.tar.xz
cacert-devel-39d62423ef65655b8067d4fd7622e5dcefa784e4.zip
bug 1272: Fix for a typobug-1272
-rw-r--r--includes/account.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/account.php b/includes/account.php
index 8c86d4f..7e9ee2a 100644
--- a/includes/account.php
+++ b/includes/account.php
@@ -1557,7 +1557,7 @@ function buildSubjectFromSession() {
fputs($fp, $emails);
fclose($fp);
$challenge=$_SESSION['spkac_hash'];
- $CSRname_esc = escapeshellarg($CSRName);
+ $CSRname_esc = escapeshellarg($CSRname);
$res=`openssl spkac -verify -in $CSRname_esc`;
if(!strstr($res,"Challenge String: ".$challenge))
{