From: Nikos Mavrogiannopoulos Date: Sun, 5 Jun 2011 18:56:15 +0000 (+0200) Subject: documentation fix. X-Git-Tag: gnutls_2_99_3~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b29f5e26dad360627d7966efd9e4b76d75d7dfde;p=thirdparty%2Fgnutls.git documentation fix. --- diff --git a/lib/x509/common.c b/lib/x509/common.c index 16cd3e42f5..22c8da0ece 100644 --- a/lib/x509/common.c +++ b/lib/x509/common.c @@ -1344,9 +1344,10 @@ cleanup: return result; } -/** - * gnutls_x509_crt_get_signature_algorithm: - * @cert: should contain a #gnutls_x509_crt_t structure +/*- + * gnutls_x509_get_signature_algorithm: + * @src: should contain an ASN1_TYPE structure + * @src_name: the description of the signature field * * This function will return a value of the #gnutls_sign_algorithm_t * enumeration that is the signature algorithm that has been used to @@ -1354,7 +1355,7 @@ cleanup: * * Returns: a #gnutls_sign_algorithm_t value, or a negative value on * error. - **/ + -*/ int _gnutls_x509_get_signature_algorithm (ASN1_TYPE src, const char *src_name) {