diff options
Diffstat (limited to 'linden/indra/test/blowfish.pl')
-rwxr-xr-x | linden/indra/test/blowfish.pl | 5 |
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) | ||
2 | use strict; | 7 | use strict; |
3 | use warnings; | 8 | use warnings; |
4 | 9 | ||