diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1_item.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/asn1/asn1_item.c b/src/lib/libcrypto/asn1/asn1_item.c index f133f9b46c..9e7f308ed1 100644 --- a/src/lib/libcrypto/asn1/asn1_item.c +++ b/src/lib/libcrypto/asn1/asn1_item.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: asn1_item.c,v 1.5 2022/05/24 20:20:19 tb Exp $ */ | 1 | /* $OpenBSD: asn1_item.c,v 1.6 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 | * |
@@ -116,8 +116,8 @@ | |||
116 | #include <openssl/evp.h> | 116 | #include <openssl/evp.h> |
117 | #include <openssl/x509.h> | 117 | #include <openssl/x509.h> |
118 | 118 | ||
119 | #include "asn1_locl.h" | 119 | #include "asn1_local.h" |
120 | #include "evp_locl.h" | 120 | #include "evp_local.h" |
121 | 121 | ||
122 | /* | 122 | /* |
123 | * ASN1_ITEM version of dup: this follows the model above except we don't need | 123 | * ASN1_ITEM version of dup: this follows the model above except we don't need |