diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509.h | 4 |
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); | |||
987 | int X509_set_subject_name(X509 *x, X509_NAME *name); | 987 | int X509_set_subject_name(X509 *x, X509_NAME *name); |
988 | X509_NAME * X509_get_subject_name(X509 *a); | 988 | X509_NAME * X509_get_subject_name(X509 *a); |
989 | int X509_set_notBefore(X509 *x, const ASN1_TIME *tm); | 989 | int X509_set_notBefore(X509 *x, const ASN1_TIME *tm); |
990 | int X509_set1_notBefore(X509 *x, const ASN1_TIME *tm); | ||
990 | int X509_set_notAfter(X509 *x, const ASN1_TIME *tm); | 991 | int X509_set_notAfter(X509 *x, const ASN1_TIME *tm); |
992 | int X509_set1_notAfter(X509 *x, const ASN1_TIME *tm); | ||
991 | const ASN1_TIME *X509_get0_notBefore(const X509 *x); | 993 | const ASN1_TIME *X509_get0_notBefore(const X509 *x); |
992 | ASN1_TIME *X509_getm_notBefore(const X509 *x); | 994 | ASN1_TIME *X509_getm_notBefore(const X509 *x); |
993 | const ASN1_TIME *X509_get0_notAfter(const X509 *x); | 995 | const ASN1_TIME *X509_get0_notAfter(const X509 *x); |