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:
parent
a6be44f78c
commit
b38a834077
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user