]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 24 Nov 2013 07:55:35 +0000 (08:55 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 24 Nov 2013 07:55:35 +0000 (08:55 +0100)
lib/x509/x509_write.c

index 79b084a70abb2550f4ff9d94983d072aba290271..0a9c0241065c1b3f47998843e2485b66ddeeb3a5 100644 (file)
@@ -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.