diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/asn1/tasn_dec.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/asn1/tasn_dec.c b/src/lib/libcrypto/asn1/tasn_dec.c index beeff8089a..ab3ff8c3bc 100644 --- a/src/lib/libcrypto/asn1/tasn_dec.c +++ b/src/lib/libcrypto/asn1/tasn_dec.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: tasn_dec.c,v 1.39 2021/12/03 17:22:10 jsing Exp $ */ | 1 | /* $OpenBSD: tasn_dec.c,v 1.40 2021/12/03 17:23:16 jsing 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 2000. | 3 | * project 2000. |
| 4 | */ | 4 | */ |
| @@ -56,14 +56,14 @@ | |||
| 56 | * | 56 | * |
| 57 | */ | 57 | */ |
| 58 | 58 | ||
| 59 | |||
| 60 | #include <stddef.h> | 59 | #include <stddef.h> |
| 61 | #include <string.h> | 60 | #include <string.h> |
| 61 | |||
| 62 | #include <openssl/asn1.h> | 62 | #include <openssl/asn1.h> |
| 63 | #include <openssl/asn1t.h> | 63 | #include <openssl/asn1t.h> |
| 64 | #include <openssl/objects.h> | ||
| 65 | #include <openssl/buffer.h> | 64 | #include <openssl/buffer.h> |
| 66 | #include <openssl/err.h> | 65 | #include <openssl/err.h> |
| 66 | #include <openssl/objects.h> | ||
| 67 | 67 | ||
| 68 | /* Constructed types with a recursive definition (such as can be found in PKCS7) | 68 | /* Constructed types with a recursive definition (such as can be found in PKCS7) |
| 69 | * could eventually exceed the stack given malicious input with excessive | 69 | * could eventually exceed the stack given malicious input with excessive |
