1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r14806: Fix compiler warnings

(This used to be commit b38a834077)
This commit is contained in:
Jelmer Vernooij 2006-03-30 08:31:39 +00:00 committed by Gerald (Jerry) Carter
parent 6942d1d62c
commit 7eb440f2f7

View File

@ -41,7 +41,7 @@ void tls_cert_generate(TALLOC_CTX *mem_ctx,
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);