summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/gnutls_dtls.c2
-rw-r--r--lib/pkcs11_privkey.c2
-rw-r--r--lib/x509/x509.c2
3 files changed, 6 insertions, 0 deletions
diff --git a/lib/gnutls_dtls.c b/lib/gnutls_dtls.c
index 29dc2d1640..7f4bab6b55 100644
--- a/lib/gnutls_dtls.c
+++ b/lib/gnutls_dtls.c
@@ -714,6 +714,8 @@ void gnutls_dtls_prestate_set(gnutls_session_t session, gnutls_dtls_prestate_st*
* DTLS connection.
*
* Returns: The number of discarded packets.
+ *
+ * Since: 3.0.0
**/
unsigned int gnutls_record_get_discarded (gnutls_session_t session)
{
diff --git a/lib/pkcs11_privkey.c b/lib/pkcs11_privkey.c
index 479613c03e..91497e6bee 100644
--- a/lib/pkcs11_privkey.c
+++ b/lib/pkcs11_privkey.c
@@ -410,6 +410,8 @@ gnutls_pkcs11_privkey_export_url (gnutls_pkcs11_privkey_t key,
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
* negative error value.
+ *
+ * Since: 3.0.0
**/
int
gnutls_pkcs11_privkey_generate (const char* url,
diff --git a/lib/x509/x509.c b/lib/x509/x509.c
index c3ee568940..611adcf835 100644
--- a/lib/x509/x509.c
+++ b/lib/x509/x509.c
@@ -3538,6 +3538,8 @@ _gnutls_parse_aia (ASN1_TYPE src,
* override), %GNUTLS_E_UNKNOWN_ALGORITHM if the requested OID does
* not match (e.g., when using %GNUTLS_IA_OCSP_URI), otherwise a
* negative error code.
+ *
+ * Since: 3.0.0
**/
int
gnutls_x509_crt_get_authority_info_access (gnutls_x509_crt_t crt,