trace: add PROVIDER_CONF trace category
[openssl.git] / doc / man3 / X509_cmp_time.pod
index 911814ed8fbd38f6214edc537c546453384e5c06..6fbb66f1c26a64f38901476da77e12852d379bbc 100644 (file)
@@ -46,14 +46,14 @@ X509_cmp_time() and X509_cmp_current_time() return -1 if B<asn1_time>
 is earlier than, or equal to, B<cmp_time> (resp. current time), and 1
 otherwise. These methods return 0 on error.
 
-X509_time_ad() and X509_time_adj_ex() return a pointer to the updated
+X509_time_adj() and X509_time_adj_ex() return a pointer to the updated
 ASN1_TIME structure, and NULL on error.
 
 =head1 COPYRIGHT
 
-Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
 
-Licensed under the OpenSSL license (the "License").  You may not use
+Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
 in the file LICENSE in the source distribution or at
 L<https://www.openssl.org/source/license.html>.