From: Nikos Mavrogiannopoulos Date: Sun, 22 Jan 2012 08:25:40 +0000 (+0100) Subject: Added Since X-Git-Tag: gnutls_3_0_13~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad7bc574c119ba5ebf14524af2a4dc184a0112c5;p=thirdparty%2Fgnutls.git Added Since --- diff --git a/lib/x509/crl.c b/lib/x509/crl.c index 9045c45e40..9b81ac662a 100644 --- a/lib/x509/crl.c +++ b/lib/x509/crl.c @@ -772,6 +772,8 @@ _get_authority_key_id (gnutls_x509_crl_t cert, ASN1_TYPE *c2, * %GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE is returned. * * Returns: Returns 0 on success, or an error code. + * + * Since: 3.0.0 **/ int gnutls_x509_crl_get_authority_key_gn_serial (gnutls_x509_crl_t crl, unsigned int seq, void *alt, diff --git a/lib/x509/x509.c b/lib/x509/x509.c index 7c9da66cd6..d3fbe594c3 100644 --- a/lib/x509/x509.c +++ b/lib/x509/x509.c @@ -816,6 +816,8 @@ _get_authority_key_id (gnutls_x509_crt_t cert, ASN1_TYPE *c2, * %GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE is returned. * * Returns: Returns 0 on success, or an error code. + * + * Since: 3.0.0 **/ int gnutls_x509_crt_get_authority_key_gn_serial (gnutls_x509_crt_t cert, unsigned int seq, void *alt,