summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-02-03 17:15:14 +0100
committerSimon Josefsson <simon@josefsson.org>2008-02-03 17:15:14 +0100
commit17e6d7e8462d70cd5f280068317a9648b2968439 (patch)
tree70a03dba3b29ade651815eb89a455694e5b30779
parente195991e6ed97c48120068917f8cf90e8580e81d (diff)
downloadgnutls-17e6d7e8462d70cd5f280068317a9648b2968439.tar.gz
Make it compile.
-rw-r--r--lib/gnutls_cert.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c
index dad38ad1c9..83b49a4396 100644
--- a/lib/gnutls_cert.c
+++ b/lib/gnutls_cert.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation
*
* Author: Nikos Mavrogiannopoulos
*
@@ -194,8 +194,7 @@ gnutls_certificate_free_credentials (gnutls_certificate_credentials_t sc)
#endif
#ifdef ENABLE_OPENPGP
- if (_E_gnutls_openpgp_keyring_deinit)
- _E_gnutls_openpgp_keyring_deinit( sc->keyring);
+ gnutls_openpgp_keyring_deinit( sc->keyring);
#endif
gnutls_free (sc);