summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-11-13 16:39:24 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-11-13 16:39:24 +0100
commita6da9bc746b0949d199e05fa56fb29b146a11c56 (patch)
treeb88ade115a7563d41a7f67c0ec737a3756733d4d
parent87e770ae22dad479d89fdbfbc9343891fed62448 (diff)
downloadgnutls-a6da9bc746b0949d199e05fa56fb29b146a11c56.tar.gz
gnutls_x509_crt_set_subject/issuer_unique_id: added Since in doc
-rw-r--r--lib/x509/x509_write.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/x509/x509_write.c b/lib/x509/x509_write.c
index d1bf9cb4b4..7f6b2df4f6 100644
--- a/lib/x509/x509_write.c
+++ b/lib/x509/x509_write.c
@@ -1015,6 +1015,8 @@ gnutls_x509_crt_set_serial(gnutls_x509_crt_t cert, const void *serial,
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
* negative error value.
+ *
+ * Since: 3.4.7
**/
int
gnutls_x509_crt_set_issuer_unique_id(gnutls_x509_crt_t cert, const void *id,
@@ -1048,6 +1050,8 @@ gnutls_x509_crt_set_issuer_unique_id(gnutls_x509_crt_t cert, const void *id,
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
* negative error value.
+ *
+ * Since: 3.4.7
**/
int
gnutls_x509_crt_set_subject_unique_id(gnutls_x509_crt_t cert, const void *id,