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 4f3c730a8f..906cadaea3 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.36 2018/02/22 16:58:45 jsing Exp $ */ 1/* $OpenBSD: x509.h,v 1.37 2018/02/22 17:01:44 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 *
@@ -1029,7 +1029,9 @@ int X509_REQ_add1_attr_by_txt(X509_REQ *req,
1029int X509_CRL_set_version(X509_CRL *x, long version); 1029int X509_CRL_set_version(X509_CRL *x, long version);
1030int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name); 1030int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name);
1031int X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm); 1031int X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm);
1032int X509_CRL_set1_lastUpdate(X509_CRL *x, const ASN1_TIME *tm);
1032int X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm); 1033int X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm);
1034int X509_CRL_set1_nextUpdate(X509_CRL *x, const ASN1_TIME *tm);
1033int X509_CRL_sort(X509_CRL *crl); 1035int X509_CRL_sort(X509_CRL *crl);
1034 1036
1035const STACK_OF(X509_EXTENSION) *X509_REVOKED_get0_extensions(const X509_REVOKED *x); 1037const STACK_OF(X509_EXTENSION) *X509_REVOKED_get0_extensions(const X509_REVOKED *x);