Update of /cvsroot/perl-openssl/Crypt/OpenSSL/RSA
In directory sc8-pr-cvs1:/tmp/cvs-serv18695
Modified Files:
RSA.pm
Log Message:
Fix typo spotted by Daniel Drown <da...@dr...>
Index: RSA.pm
===================================================================
RCS file: /cvsroot/perl-openssl/Crypt/OpenSSL/RSA/RSA.pm,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** RSA.pm 24 Feb 2003 02:13:40 -0000 1.23
--- RSA.pm 23 Mar 2003 16:51:44 -0000 1.24
***************
*** 228,232 ****
=item load_private_key
! I<DEPRECATED> - use new_public_key instead
=cut
--- 228,232 ----
=item load_private_key
! I<DEPRECATED> - use new_private_key instead
=cut
|