summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509/x509.h')
-rw-r--r--src/lib/libcrypto/x509/x509.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h
index 1dafabe971..cfa08b41b1 100644
--- a/src/lib/libcrypto/x509/x509.h
+++ b/src/lib/libcrypto/x509/x509.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509.h,v 1.38 2018/02/22 17:05:35 jsing Exp $ */ 1/* $OpenBSD: x509.h,v 1.39 2018/02/22 17:06:42 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -987,7 +987,9 @@ X509_NAME * X509_get_issuer_name(X509 *a);
987int X509_set_subject_name(X509 *x, X509_NAME *name); 987int X509_set_subject_name(X509 *x, X509_NAME *name);
988X509_NAME * X509_get_subject_name(X509 *a); 988X509_NAME * X509_get_subject_name(X509 *a);
989int X509_set_notBefore(X509 *x, const ASN1_TIME *tm); 989int X509_set_notBefore(X509 *x, const ASN1_TIME *tm);
990int X509_set1_notBefore(X509 *x, const ASN1_TIME *tm);
990int X509_set_notAfter(X509 *x, const ASN1_TIME *tm); 991int X509_set_notAfter(X509 *x, const ASN1_TIME *tm);
992int X509_set1_notAfter(X509 *x, const ASN1_TIME *tm);
991const ASN1_TIME *X509_get0_notBefore(const X509 *x); 993const ASN1_TIME *X509_get0_notBefore(const X509 *x);
992ASN1_TIME *X509_getm_notBefore(const X509 *x); 994ASN1_TIME *X509_getm_notBefore(const X509 *x);
993const ASN1_TIME *X509_get0_notAfter(const X509 *x); 995const ASN1_TIME *X509_get0_notAfter(const X509 *x);