diff options
Diffstat (limited to 'src/lib/libcrypto/bytestring/bs_ber.c')
-rw-r--r-- | src/lib/libcrypto/bytestring/bs_ber.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bytestring/bs_ber.c b/src/lib/libcrypto/bytestring/bs_ber.c index c9779c8965..eb1eed6185 100644 --- a/src/lib/libcrypto/bytestring/bs_ber.c +++ b/src/lib/libcrypto/bytestring/bs_ber.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bs_ber.c,v 1.2 2021/12/15 18:02:39 jsing Exp $ */ | 1 | /* $OpenBSD: bs_ber.c,v 1.3 2024/05/25 15:12:47 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014, Google Inc. | 3 | * Copyright (c) 2014, Google Inc. |
4 | * | 4 | * |
@@ -15,6 +15,7 @@ | |||
15 | * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #include <stdint.h> | ||
18 | #include <string.h> | 19 | #include <string.h> |
19 | 20 | ||
20 | #include "bytestring.h" | 21 | #include "bytestring.h" |