]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
avoid usage of C99 constructs.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 8 Oct 2011 10:47:07 +0000 (12:47 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 8 Oct 2011 10:47:07 +0000 (12:47 +0200)
src/cli.c

index ae665c256bd7383aafd7f9d0afa8ff6bee2e2f4b..f8737edf5046a5b093bfdd6aaf869813139582a2 100644 (file)
--- a/src/cli.c
+++ b/src/cli.c
@@ -173,7 +173,7 @@ load_keys (void)
   gnutls_pkcs11_privkey_t pkcs11_key;
 #endif
   gnutls_x509_privkey_t tmp_key;
-  uint8_t keyid[GNUTLS_OPENPGP_KEYID_SIZE];
+  unsigned char keyid[GNUTLS_OPENPGP_KEYID_SIZE];
 
   if (x509_certfile != NULL && x509_keyfile != NULL)
     {