Documented what we're testing and why.

master
James Cook 2007-07-09 04:04:34 +00:00
parent 528b1ef2af
commit 873b83c242
1 changed files with 5 additions and 0 deletions

View File

@ -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;