From 873b83c2424524845c19339a08d7fd5e0f1ae805 Mon Sep 17 00:00:00 2001
From: James Cook <james@lindenlab.com>
Date: Mon, 9 Jul 2007 04:04:34 +0000
Subject: [PATCH] Documented what we're testing and why.

---
 indra/test/blowfish.pl | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/indra/test/blowfish.pl b/indra/test/blowfish.pl
index 7940d87aa60..30f41dcd4c0 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;
 
-- 
GitLab