diff options
| author | tb <> | 2024-05-25 15:12:47 +0000 |
|---|---|---|
| committer | tb <> | 2024-05-25 15:12:47 +0000 |
| commit | f46e630074ec226efebe3e044a168244a114309a (patch) | |
| tree | 1364b3a4a6c8f320ec477015825eb87aaebc8e08 /src/lib/libcrypto/bytestring/bs_ber.c | |
| parent | 853b1f60de98d7ea1096afbbaa355f7fff30219d (diff) | |
| download | openbsd-f46e630074ec226efebe3e044a168244a114309a.tar.gz openbsd-f46e630074ec226efebe3e044a168244a114309a.tar.bz2 openbsd-f46e630074ec226efebe3e044a168244a114309a.zip | |
Include <stdint.h> in the bytestring .c files
They currently depend on bytestring.h pulling that in.
discussed with jsing
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" |
