Subject: | Warnings generated by Crypt::CBCeasy |
I've created a CGI program that uses Crypt::CBCeasy and Crypt::Rijndael to encrypt cookies. The CGI program reports errors on every hit like those quoted below:
-----------------------------------------------------------
WARNINGS found in /var/www/cgi-bin/smrtg.cgi at Sat Jan 24 09:07:49 2004
when request was made from 209.120.209.52
Unsuccessful stat on filename containing newline at /usr/lib/perl5/site_perl/5.8
.1/Crypt/CBCeasy.pm line 38.
Unsuccessful stat on filename containing newline at /usr/lib/perl5/site_perl/5.8
.1/Crypt/CBCeasy.pm line 38.
WARNINGS found in /var/www/cgi-bin/smrtg.cgi at Sat Jan 24 09:09:53 2004
when request was made from 209.120.209.52
Unsuccessful stat on filename containing newline at /usr/lib/perl5/site_perl/5.8
.1/Crypt/CBCeasy.pm line 38.
Unsuccessful stat on filename containing newline at /usr/lib/perl5/site_perl/5.8
.1/Crypt/CBCeasy.pm line 38.
-----------------------------------------------------------
Please email me and I will provide you with the source code for my program if desired. Thank you!