From: Nikos Mavrogiannopoulos Date: Sun, 24 Nov 2013 07:55:35 +0000 (+0100) Subject: doc update X-Git-Tag: gnutls_3_3_0pre0~549 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35c8aeb110e14ead04826e1370d285f6d78997bb;p=thirdparty%2Fgnutls.git doc update --- 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.