svn commit: lorikeet r599 - in trunk/heimdal/lib/des: .

lha at samba.org lha at samba.org
Thu Oct 19 11:37:22 GMT 2006


Author: lha
Date: 2006-10-19 11:37:22 +0000 (Thu, 19 Oct 2006)
New Revision: 599

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=599

Log:
merge from heimdal cvs - remove stray ;
Modified:
   trunk/heimdal/lib/des/rsa.c


Changeset:
Modified: trunk/heimdal/lib/des/rsa.c
===================================================================
--- trunk/heimdal/lib/des/rsa.c	2006-10-19 11:18:36 UTC (rev 598)
+++ trunk/heimdal/lib/des/rsa.c	2006-10-19 11:37:22 UTC (rev 599)
@@ -35,7 +35,7 @@
 #include <config.h>
 #endif
 
-RCSID("$Id: rsa.c,v 1.9 2006/10/14 09:20:35 lha Exp $");
+RCSID("$Id: rsa.c,v 1.10 2006/10/19 11:33:01 lha Exp $");
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -209,10 +209,10 @@
     return body; \
 }
 
-RSAFUNC(RSA_public_encrypt, (r)->meth->rsa_pub_enc(flen, f, t, r, p));
-RSAFUNC(RSA_public_decrypt, (r)->meth->rsa_pub_dec(flen, f, t, r, p));
-RSAFUNC(RSA_private_encrypt, (r)->meth->rsa_priv_enc(flen, f, t, r, p));
-RSAFUNC(RSA_private_decrypt, (r)->meth->rsa_priv_dec(flen, f, t, r, p));
+RSAFUNC(RSA_public_encrypt, (r)->meth->rsa_pub_enc(flen, f, t, r, p))
+RSAFUNC(RSA_public_decrypt, (r)->meth->rsa_pub_dec(flen, f, t, r, p))
+RSAFUNC(RSA_private_encrypt, (r)->meth->rsa_priv_enc(flen, f, t, r, p))
+RSAFUNC(RSA_private_decrypt, (r)->meth->rsa_priv_dec(flen, f, t, r, p))
 
 /* XXX */
 int
@@ -236,10 +236,10 @@
  * support.
  */
 
-static RSAFUNC(null_rsa_public_encrypt, -1);
-static RSAFUNC(null_rsa_public_decrypt, -1);
-static RSAFUNC(null_rsa_private_encrypt, -1);
-static RSAFUNC(null_rsa_private_decrypt, -1);
+static RSAFUNC(null_rsa_public_encrypt, -1)
+static RSAFUNC(null_rsa_public_decrypt, -1)
+static RSAFUNC(null_rsa_private_encrypt, -1)
+static RSAFUNC(null_rsa_private_decrypt, -1)
 
 static int 
 null_rsa_init(RSA *rsa)



More information about the samba-cvs mailing list