aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/test/blowfish.pl
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/test/blowfish.pl')
-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