[SCM] GNU gnutls branch, gnutls_3_0_x-2, updated. gnutls_3_0_18-31-g76629f3
"Nikos Mavrogiannopoulos" <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.gnutls.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".
http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=76629f3b1995f626c46c2c6f97f73dd8c84ba0e5
The branch, gnutls_3_0_x-2 has been updated
via 76629f3b1995f626c46c2c6f97f73dd8c84ba0e5 (commit)
from 20ccd1e7b0d639ea23f1c3cfad2bb4ecf906bbca (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 76629f3b1995f626c46c2c6f97f73dd8c84ba0e5
Author: Nikos Mavrogiannopoulos <[email protected]>
Date: Tue Apr 17 21:39:57 2012 +0200
Use openpgp if enabled.
-----------------------------------------------------------------------
Summary of changes:
lib/verify-tofu.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/lib/verify-tofu.c b/lib/verify-tofu.c
index b2a34af..5b2ce17 100644
--- a/lib/verify-tofu.c
+++ b/lib/verify-tofu.c
@@ -440,6 +440,7 @@ cleanup:
static int pgp_crt_to_raw_pubkey(const gnutls_datum_t * cert, gnutls_datum_t *rpubkey)
{
+#ifdef ENABLE_OPENPGP
gnutls_openpgp_crt_t crt = NULL;
gnutls_pubkey_t pubkey = NULL;
size_t size;
@@ -503,6 +504,9 @@ cleanup:
gnutls_pubkey_deinit(pubkey);
return ret;
+#else
+ return GNUTLS_E_UNIMPLEMENTED_FEATURE;
+#endif
}
static
hooks/post-receive
--
GNU gnutls