[PHP-DOC] cvs: phpdoc /en/reference/openssl/functions openssl-csr-sign.xml From: Wez Furlong (wez.php <email protected>)
Date: 12/11/02

wez Wed Dec 11 10:59:07 2002 EDT

  Modified files:
    /phpdoc/en/reference/openssl/functions openssl-csr-sign.xml
  Log:
  copy-n-paste error
  
  
Index: phpdoc/en/reference/openssl/functions/openssl-csr-sign.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-csr-sign.xml:1.5 phpdoc/en/reference/openssl/functions/openssl-csr-sign.xml:1.6
--- phpdoc/en/reference/openssl/functions/openssl-csr-sign.xml:1.5 Wed Dec 11 10:50:47 2002
+++ phpdoc/en/reference/openssl/functions/openssl-csr-sign.xml Wed Dec 11 10:59:07 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
   <refentry id="function.openssl-csr-sign">
    <refnamediv>
@@ -58,7 +58,7 @@
 // Now display the generated certificate so that the user can
 // copy and paste it into their local configuration (such as a file
 // to hold the certificate for their SSL server)
-openssl_x509_export($sscert, $certout) and echo $certout;
+openssl_x509_export($usercert, $certout) and echo $certout;
 
 // Show any errors that occurred here
 while (($e = openssl_error_string()) !== false) {

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php