diff options
Diffstat (limited to 'src/lib/libcrypto/x509v3/x509v3.h')
-rw-r--r-- | src/lib/libcrypto/x509v3/x509v3.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509v3/x509v3.h b/src/lib/libcrypto/x509v3/x509v3.h index 34b3dd9e89..a41250bf5c 100644 --- a/src/lib/libcrypto/x509v3/x509v3.h +++ b/src/lib/libcrypto/x509v3/x509v3.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509v3.h,v 1.28 2018/05/19 10:37:02 tb Exp $ */ | 1 | /* $OpenBSD: x509v3.h,v 1.29 2018/05/19 10:41:53 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 1999. | 3 | * project 1999. |
4 | */ | 4 | */ |
@@ -761,7 +761,8 @@ const X509V3_EXT_METHOD *X509V3_EXT_get_nid(int nid); | |||
761 | int X509V3_add_standard_extensions(void); | 761 | int X509V3_add_standard_extensions(void); |
762 | STACK_OF(CONF_VALUE) *X509V3_parse_list(const char *line); | 762 | STACK_OF(CONF_VALUE) *X509V3_parse_list(const char *line); |
763 | void *X509V3_EXT_d2i(X509_EXTENSION *ext); | 763 | void *X509V3_EXT_d2i(X509_EXTENSION *ext); |
764 | void *X509V3_get_d2i(STACK_OF(X509_EXTENSION) *x, int nid, int *crit, int *idx); | 764 | void *X509V3_get_d2i(const STACK_OF(X509_EXTENSION) *x, int nid, int *crit, |
765 | int *idx); | ||
765 | 766 | ||
766 | 767 | ||
767 | X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc); | 768 | X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc); |
@@ -776,7 +777,8 @@ void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, | |||
776 | int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent); | 777 | int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent); |
777 | int X509V3_EXT_print_fp(FILE *out, X509_EXTENSION *ext, int flag, int indent); | 778 | int X509V3_EXT_print_fp(FILE *out, X509_EXTENSION *ext, int flag, int indent); |
778 | 779 | ||
779 | int X509V3_extensions_print(BIO *out, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent); | 780 | int X509V3_extensions_print(BIO *out, const char *title, |
781 | const STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent); | ||
780 | 782 | ||
781 | int X509_check_ca(X509 *x); | 783 | int X509_check_ca(X509 *x); |
782 | int X509_check_purpose(X509 *x, int id, int ca); | 784 | int X509_check_purpose(X509 *x, int id, int ca); |