Update of /cvsroot/perl-openssl/Crypt/OpenSSL/RSA
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21513
Modified Files:
RSA.xs
Log Message:
Keep comment with code
Index: RSA.xs
===================================================================
RCS file: /cvsroot/perl-openssl/Crypt/OpenSSL/RSA/RSA.xs,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** RSA.xs 1 Nov 2009 18:14:18 -0000 1.63
--- RSA.xs 22 Nov 2009 18:38:36 -0000 1.64
***************
*** 487,492 ****
RETVAL
- # Sign text. Returns the signature.
-
void
use_md5_hash(p_rsa)
--- 487,490 ----
***************
*** 559,562 ****
--- 557,562 ----
p_rsa->padding = RSA_SSLV23_PADDING;
+ # Sign text. Returns the signature.
+
SV*
sign(p_rsa, text_SV)
|