]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix type of keyid (finally!).
authorSimon Josefsson <simon@josefsson.org>
Mon, 10 Oct 2011 13:14:35 +0000 (15:14 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 10 Oct 2011 13:14:35 +0000 (15:14 +0200)
src/cli.c

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