diff rsa.c @ 216:ea9277442ef2

* move RSA_BLINDING to options.h
author Matt Johnston <matt@ucc.asn.au>
date Fri, 08 Jul 2005 13:19:10 +0000
parents 65585699d980
children c5d3ef11155f
line wrap: on
line diff
--- a/rsa.c	Thu Jun 02 22:53:18 2005 +0000
+++ b/rsa.c	Fri Jul 08 13:19:10 2005 +0000
@@ -275,7 +275,6 @@
 
 	/* the actual signing of the padded data */
 
-#define RSA_BLINDING
 #ifdef RSA_BLINDING
 
 	/* With blinding, s = (r^(-1))((em)*r^e)^d mod n */