diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index 26e71ee40e..6f0f5f4dec 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.31 2018/02/20 17:06:19 jsing Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.32 2018/02/20 17:09:20 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 | * |
@@ -758,6 +758,7 @@ void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md); | |||
758 | int X509_ALGOR_cmp(const X509_ALGOR *a, const X509_ALGOR *b); | 758 | int X509_ALGOR_cmp(const X509_ALGOR *a, const X509_ALGOR *b); |
759 | 759 | ||
760 | X509_NAME *X509_NAME_dup(X509_NAME *xn); | 760 | X509_NAME *X509_NAME_dup(X509_NAME *xn); |
761 | int X509_NAME_get0_der(X509_NAME *nm, const unsigned char **pder, size_t *pderlen); | ||
761 | X509_NAME_ENTRY *X509_NAME_ENTRY_dup(X509_NAME_ENTRY *ne); | 762 | X509_NAME_ENTRY *X509_NAME_ENTRY_dup(X509_NAME_ENTRY *ne); |
762 | 763 | ||
763 | int X509_cmp_time(const ASN1_TIME *s, time_t *t); | 764 | int X509_cmp_time(const ASN1_TIME *s, time_t *t); |