svn commit: lorikeet r601 - in trunk/heimdal/lib/hx509: .

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


Author: lha
Date: 2006-10-19 11:38:19 +0000 (Thu, 19 Oct 2006)
New Revision: 601

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

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


Changeset:
Modified: trunk/heimdal/lib/hx509/ks_p12.c
===================================================================
--- trunk/heimdal/lib/hx509/ks_p12.c	2006-10-19 11:37:39 UTC (rev 600)
+++ trunk/heimdal/lib/hx509/ks_p12.c	2006-10-19 11:38:19 UTC (rev 601)
@@ -32,7 +32,7 @@
  */
 
 #include "hx_locl.h"
-RCSID("$Id: ks_p12.c,v 1.14 2006/10/16 09:50:49 lha Exp $");
+RCSID("$Id: ks_p12.c,v 1.15 2006/10/19 11:26:39 lha Exp $");
 
 struct ks_pkcs12 {
     hx509_certs certs;
@@ -215,7 +215,7 @@
     ret = parse_safe_content(context, c, os.data, os.length);
     der_free_octet_string(&os);
     return ret;
-};
+}
 
 static int
 encryptedData_parser(hx509_context context,



More information about the samba-cvs mailing list