diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-09-23 17:17:50 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-09-23 17:17:50 +0200 |
commit | 2799333ff7aed352622419180bba878b33dede19 (patch) | |
tree | 19b80c29f3759947cbf766ac7f5e747e52252d1b | |
parent | c5bb51ed36e67efea5095004b234db1b6ea36efc (diff) | |
download | gnutls-2799333ff7aed352622419180bba878b33dede19.tar.gz |
Doc fix.
-rw-r--r-- | lib/openpgp/extras.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/openpgp/extras.c b/lib/openpgp/extras.c index c2e330e49e..00fd9d0c6e 100644 --- a/lib/openpgp/extras.c +++ b/lib/openpgp/extras.c @@ -258,7 +258,7 @@ gnutls_openpgp_keyring_get_crt_count (gnutls_openpgp_keyring_t ring) * gnutls_openpgp_keyring_get_crt - export an openpgp certificate from a keyring * @key: Holds the key. * @idx: the index of the certificate to export - * @crt: An uninitialized &gnutls_openpgp_crt_t structure + * @crt: An uninitialized #gnutls_openpgp_crt_t structure * * This function will extract an OpenPGP certificate from the given * keyring. If the index given is out of range |