> Please, all comments approved! :)

It would be nice if the verify checked for both Blowfish *and* Blowfish_PP.
Unfortunately, those of us running on NT are pretty much limited to DES (in
some cases) and Blowfish_PP.

I've added the following code to check for Blowfish_PP (inserted between the
checks for Blowfish and CBC:


 $test = "Checking for Crypt::Blowfish_PP";
 $module = "Crypt::Blowfish_PP";
 eval "require $module";
 if (not $@) {
    print_message($test, "OK (version $Crypt::Blowfish_PP::VERSION)");
 } else {
    print_error($test, "Not found: $@!");
    $@ = undef;
 }

Regards,
Eric Longman
Atl-Connect Internet Services

+-------------------------------------------------------+
| Atl-Connect Internet Services   http://www.atlcon.net |
| 3600 Dallas Hwy Ste 230-288              770 590-0888 |
| Marietta, GA 30064-1685            [EMAIL PROTECTED] |
+-------------------------------------------------------+


Reply via email to