On Sun, Feb 3, 2013 at 7:01 PM, Dr. Stephen Henson <st...@openssl.org> wrote:
> In that above code example if you do:
>
> X509_gmtime_adj_ex(X509_get_notAfter(x), days, 0, NULL);
>
> that should resolve your problem.
>

Maybe it should be better:

X509_time_adj_ex(X509_get_notAfter(x),days, 0, NULL);
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to