diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1.h')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h index da16d5c529..6fc4cd7527 100644 --- a/src/lib/libcrypto/asn1/asn1.h +++ b/src/lib/libcrypto/asn1/asn1.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: asn1.h,v 1.43 2017/05/06 17:12:59 beck Exp $ */ | 1 | /* $OpenBSD: asn1.h,v 1.44 2018/02/14 16:46:04 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 | * |
@@ -784,7 +784,8 @@ void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len); | |||
784 | int ASN1_STRING_length(const ASN1_STRING *x); | 784 | int ASN1_STRING_length(const ASN1_STRING *x); |
785 | void ASN1_STRING_length_set(ASN1_STRING *x, int n); | 785 | void ASN1_STRING_length_set(ASN1_STRING *x, int n); |
786 | int ASN1_STRING_type(ASN1_STRING *x); | 786 | int ASN1_STRING_type(ASN1_STRING *x); |
787 | unsigned char * ASN1_STRING_data(ASN1_STRING *x); | 787 | unsigned char *ASN1_STRING_data(ASN1_STRING *x); |
788 | const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *x); | ||
788 | 789 | ||
789 | ASN1_BIT_STRING *ASN1_BIT_STRING_new(void); | 790 | ASN1_BIT_STRING *ASN1_BIT_STRING_new(void); |
790 | void ASN1_BIT_STRING_free(ASN1_BIT_STRING *a); | 791 | void ASN1_BIT_STRING_free(ASN1_BIT_STRING *a); |