aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/test/blowfish.pl
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:02 -0500
committerJacek Antonelli2008-08-15 23:45:02 -0500
commitd644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd (patch)
tree7ed0c2c27d717801238a2e6b5749cd5bf88c3059 /linden/indra/test/blowfish.pl
parentSecond Life viewer sources 1.17.3.0 (diff)
downloadmeta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.zip
meta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.tar.gz
meta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.tar.bz2
meta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.tar.xz
Second Life viewer sources 1.18.0.6
Diffstat (limited to '')
-rwxr-xr-xlinden/indra/test/blowfish.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/test/blowfish.pl b/linden/indra/test/blowfish.pl
index 7940d87..30f41dc 100755
--- a/linden/indra/test/blowfish.pl
+++ b/linden/indra/test/blowfish.pl
@@ -1,4 +1,9 @@
1#!/usr/bin/perl 1#!/usr/bin/perl
2#
3# Test Perl Crypt::CBC Blowfish algorithm and initial parameter settings
4# for compatibility with OpenSSL's Blowfish algorithm/settings.
5#
6# Used by outbound LSL email (openssl C library) and mailglue (Perl library)
2use strict; 7use strict;
3use warnings; 8use warnings;
4 9