diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/a_string.c')
-rw-r--r-- | src/lib/libcrypto/asn1/a_string.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/a_string.c b/src/lib/libcrypto/asn1/a_string.c index ef36f50c0d..7a6ef97751 100644 --- a/src/lib/libcrypto/asn1/a_string.c +++ b/src/lib/libcrypto/asn1/a_string.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: a_string.c,v 1.11 2022/05/20 08:04:21 tb Exp $ */ | 1 | /* $OpenBSD: a_string.c,v 1.12 2022/11/26 16:08:50 tb 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 | * |
@@ -63,7 +63,7 @@ | |||
63 | #include <openssl/asn1.h> | 63 | #include <openssl/asn1.h> |
64 | #include <openssl/err.h> | 64 | #include <openssl/err.h> |
65 | 65 | ||
66 | #include "asn1_locl.h" | 66 | #include "asn1_local.h" |
67 | 67 | ||
68 | ASN1_STRING * | 68 | ASN1_STRING * |
69 | ASN1_STRING_new(void) | 69 | ASN1_STRING_new(void) |