From 73ed8d8b99030c336ec1c95291b5d5571eecbbd0 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 17 Nov 2008 21:15:50 +0100 Subject: Use more warnings. Fix many warnings. --- tests/set_pkcs12_cred.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/set_pkcs12_cred.c') diff --git a/tests/set_pkcs12_cred.c b/tests/set_pkcs12_cred.c index c0349a24c3..ebdf8b111e 100644 --- a/tests/set_pkcs12_cred.c +++ b/tests/set_pkcs12_cred.c @@ -32,7 +32,7 @@ void doit (void) { gnutls_certificate_credentials_t x509cred; - char *file, *password; + const char *file, *password; int ret; ret = gnutls_global_init (); -- cgit v1.2.1