summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-05-12 09:16:09 +0200
committerSimon Josefsson <simon@josefsson.org>2009-05-12 09:16:09 +0200
commit7fca2f17d4a0137a88aea39d37fb93496dda9826 (patch)
treefa1d74d3dbc610acb3dd03ebf7a1cd58fd73c6ee
parent89dbe0e93e4c588746e1a8c63990c04c0222439e (diff)
downloadgnutls-7fca2f17d4a0137a88aea39d37fb93496dda9826.tar.gz
Doc fix.
-rw-r--r--lib/gnutls_cert.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c
index 24ad07bc06..9d5b3f5ac7 100644
--- a/lib/gnutls_cert.c
+++ b/lib/gnutls_cert.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
*
* Author: Nikos Mavrogiannopoulos
*
@@ -155,15 +155,15 @@ gnutls_certificate_get_x509_crls (gnutls_certificate_credentials_t sc,
#ifdef ENABLE_OPENPGP
/**
- * gnutls_certificate_get_openpgp_keyring - Used to export the keyring from a gnutls_certificate_credentials_t structure
- * @sc: is an #gnutls_certificate_credentials_t structure.
- * @ring: the exported keyring. Should be treated as constant
- *
- * This function will export the OpenPGP keyring associated with the
- * given credentials.
- *
- * Since: 2.4.0
- **/
+ * gnutls_certificate_get_openpgp_keyring - export keyring from a #gnutls_certificate_credentials_t
+ * @sc: is an #gnutls_certificate_credentials_t structure.
+ * @keyring: the exported keyring. Should be treated as constant
+ *
+ * This function will export the OpenPGP keyring associated with the
+ * given credentials.
+ *
+ * Since: 2.4.0
+ **/
void
gnutls_certificate_get_openpgp_keyring (gnutls_certificate_credentials_t sc,
gnutls_openpgp_keyring_t * keyring)