Documented what we're testing and why.
parent
528b1ef2af
commit
873b83c242
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue