diff options
author | Jacek Antonelli | 2008-08-15 23:45:02 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:02 -0500 |
commit | d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd (patch) | |
tree | 7ed0c2c27d717801238a2e6b5749cd5bf88c3059 /linden/indra/test/blowfish.pl | |
parent | Second Life viewer sources 1.17.3.0 (diff) | |
download | meta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.zip meta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.tar.gz meta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.tar.bz2 meta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.tar.xz |
Second Life viewer sources 1.18.0.6
Diffstat (limited to '')
-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 | ||