summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;