summaryrefslogtreecommitdiff
path: root/indra/test
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2007-07-09 04:04:34 +0000
committerJames Cook <james@lindenlab.com>2007-07-09 04:04:34 +0000
commit873b83c2424524845c19339a08d7fd5e0f1ae805 (patch)
tree5135941d4d568f18d17a89ae0d0d32d6b7171f76 /indra/test
parent528b1ef2af1e8820a8e4db4297a9d3d427674d5c (diff)
Documented what we're testing and why.
Diffstat (limited to 'indra/test')
-rwxr-xr-xindra/test/blowfish.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/test/blowfish.pl b/indra/test/blowfish.pl
index 7940d87aa6..30f41dcd4c 100755
--- a/indra/test/blowfish.pl
+++ b/indra/test/blowfish.pl
@@ -1,4 +1,9 @@
#!/usr/bin/perl
+#
+# Test Perl Crypt::CBC Blowfish algorithm and initial parameter settings
+# for compatibility with OpenSSL's Blowfish algorithm/settings.
+#
+# Used by outbound LSL email (openssl C library) and mailglue (Perl library)
use strict;
use warnings;