*** RSA.xs.orig Wed Apr 11 04:38:03 2001 --- RSA.xs Mon Jun 11 01:17:27 2001 *************** *** 246,252 **** else exponent = 65535; ! rsa = RSA_generate_key(1024, 65535, NULL, NULL); if(rsa == NULL) XSRETURN_NO; --- 246,252 ---- else exponent = 65535; ! rsa = RSA_generate_key(SvIV(ST(1)), exponent, NULL, NULL); if(rsa == NULL) XSRETURN_NO;