svn commit: samba r14806 - in branches/SAMBA_4_0/source/lib/tls: .

jelmer at samba.org jelmer at samba.org
Thu Mar 30 08:31:40 GMT 2006


Author: jelmer
Date: 2006-03-30 08:31:39 +0000 (Thu, 30 Mar 2006)
New Revision: 14806

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

Log:
Fix compiler warnings

Modified:
   branches/SAMBA_4_0/source/lib/tls/tlscert.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/tls/tlscert.c
===================================================================
--- branches/SAMBA_4_0/source/lib/tls/tlscert.c	2006-03-30 06:07:38 UTC (rev 14805)
+++ branches/SAMBA_4_0/source/lib/tls/tlscert.c	2006-03-30 08:31:39 UTC (rev 14806)
@@ -41,7 +41,7 @@
 	gnutls_x509_crt cacrt, crt;
 	gnutls_x509_privkey key, cakey;
 	uint32_t serial = (uint32_t)time(NULL);
-	char keyid[100];
+	unsigned char keyid[100];
 	char buf[4096];
 	size_t bufsize;
 	size_t keyidsize = sizeof(keyid);



More information about the samba-cvs mailing list