Author: jfthomps
Date: Thu Mar 15 14:03:34 2012
New Revision: 1300988
URL: http://svn.apache.org/viewvc?rev=1300988&view=rev
Log:
VCL-479
remove dependency on mcrypt
removed $mcryptkey and $mcryptiv and added $cryptkey
Modified:
incubator/vcl/trunk/web/.ht-inc/secrets-default.php
Modified: incubator/vcl/trunk/web/.ht-inc/secrets-default.php
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/.ht-inc/secrets-default.php?rev=1300988&r1=1300987&r2=1300988&view=diff
==============================================================================
--- incubator/vcl/trunk/web/.ht-inc/secrets-default.php (original)
+++ incubator/vcl/trunk/web/.ht-inc/secrets-default.php Thu Mar 15 14:03:34 2012
@@ -21,8 +21,7 @@ $vcldb = 'vcl'; # name of mysql
$vclusername = ''; # username to access database
$vclpassword = ''; # password to access database
-$mcryptkey = ''; # random password - won't ever have to type it so make it
long
-$mcryptiv = '12345678'; // must be 8 hex chars
+$cryptkey = ''; # random password - won't ever have to type it so make it
long
$pemkey = ''; # random passphrase - same as given to genkeys.sh - should be
long
?>