From: <iro...@us...> - 2003-04-27 20:04:27
|
Update of /cvsroot/perl-openssl/Crypt/OpenSSL/RSA In directory sc8-pr-cvs1:/tmp/cvs-serv22728/RSA Modified Files: RSA.pm Log Message: prepare for release (version bumps) Index: RSA.pm =================================================================== RCS file: /cvsroot/perl-openssl/Crypt/OpenSSL/RSA/RSA.pm,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** RSA.pm 23 Mar 2003 16:51:44 -0000 1.24 --- RSA.pm 27 Apr 2003 20:04:25 -0000 1.25 *************** *** 16,20 **** $RSA_PKCS1_OAEP_PADDING ); ! $VERSION = '0.18'; bootstrap Crypt::OpenSSL::RSA $VERSION; --- 16,20 ---- $RSA_PKCS1_OAEP_PADDING ); ! $VERSION = '0.19'; bootstrap Crypt::OpenSSL::RSA $VERSION; |