diff options
Diffstat (limited to 'src/lib/libssl/src/crypto/x509/x509.h')
-rw-r--r-- | src/lib/libssl/src/crypto/x509/x509.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/src/crypto/x509/x509.h b/src/lib/libssl/src/crypto/x509/x509.h index e425949675..d67a87df0b 100644 --- a/src/lib/libssl/src/crypto/x509/x509.h +++ b/src/lib/libssl/src/crypto/x509/x509.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509.h,v 1.20 2014/06/12 15:49:31 deraadt Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.21 2015/01/28 04:14:31 beck 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 @@ int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval); | |||
758 | void X509_ALGOR_get0(ASN1_OBJECT **paobj, int *pptype, void **ppval, | 758 | void X509_ALGOR_get0(ASN1_OBJECT **paobj, int *pptype, void **ppval, |
759 | X509_ALGOR *algor); | 759 | X509_ALGOR *algor); |
760 | void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md); | 760 | void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md); |
761 | int X509_ALGOR_cmp(const X509_ALGOR *a, const X509_ALGOR *b); | ||
761 | 762 | ||
762 | X509_NAME *X509_NAME_dup(X509_NAME *xn); | 763 | X509_NAME *X509_NAME_dup(X509_NAME *xn); |
763 | X509_NAME_ENTRY *X509_NAME_ENTRY_dup(X509_NAME_ENTRY *ne); | 764 | X509_NAME_ENTRY *X509_NAME_ENTRY_dup(X509_NAME_ENTRY *ne); |