diff options
| author | James Cook <james@lindenlab.com> | 2007-07-09 04:04:34 +0000 | 
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2007-07-09 04:04:34 +0000 | 
| commit | 873b83c2424524845c19339a08d7fd5e0f1ae805 (patch) | |
| tree | 5135941d4d568f18d17a89ae0d0d32d6b7171f76 | |
| parent | 528b1ef2af1e8820a8e4db4297a9d3d427674d5c (diff) | |
Documented what we're testing and why.
| -rwxr-xr-x | indra/test/blowfish.pl | 5 | 
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; | 
