1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r14806: Fix compiler warnings

This commit is contained in:
Jelmer Vernooij 2006-03-30 08:31:39 +00:00 committed by Gerald (Jerry) Carter
parent a6be44f78c
commit b38a834077

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);