From: Simon Josefsson Date: Mon, 10 Oct 2011 13:14:35 +0000 (+0200) Subject: Fix type of keyid (finally!). X-Git-Tag: gnutls_3_0_4~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=133dff74828291202f6ddf663d0e65472054f72d;p=thirdparty%2Fgnutls.git Fix type of keyid (finally!). --- diff --git a/src/cli.c b/src/cli.c index 25b6f67e74..766d308567 100644 --- 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) {