summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-11-24 08:55:35 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-11-24 08:57:35 +0100
commit9a5416f5a76bf73203a0f4d406084770ec171305 (patch)
tree717cd01b462790060871f6675548ff341d310a12
parent6a10339307828ea99b5800d19476feab06e2fb11 (diff)
downloadgnutls-9a5416f5a76bf73203a0f4d406084770ec171305.tar.gz
doc update
-rw-r--r--lib/x509/x509_write.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/x509/x509_write.c b/lib/x509/x509_write.c
index 79b084a70a..0a9c024106 100644
--- a/lib/x509/x509_write.c
+++ b/lib/x509/x509_write.c
@@ -884,8 +884,8 @@ gnutls_x509_crt_set_activation_time(gnutls_x509_crt_t cert,
* @exp_time: The actual time
*
* This function will set the time this Certificate will expire.
- * Setting an expiration time of (time_t)-1 will set to the
- * no well-defined expiration date value.
+ * Setting an expiration time to (time_t)-1 or to %GNUTLS_X509_NO_WELL_DEFINED_EXPIRATION
+ * will set to the no well-defined expiration date value.
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
* negative error value.