mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +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_crt cacrt, crt;
|
||||||
gnutls_x509_privkey key, cakey;
|
gnutls_x509_privkey key, cakey;
|
||||||
uint32_t serial = (uint32_t)time(NULL);
|
uint32_t serial = (uint32_t)time(NULL);
|
||||||
char keyid[100];
|
unsigned char keyid[100];
|
||||||
char buf[4096];
|
char buf[4096];
|
||||||
size_t bufsize;
|
size_t bufsize;
|
||||||
size_t keyidsize = sizeof(keyid);
|
size_t keyidsize = sizeof(keyid);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user