diff options
| author | jsing <> | 2025-04-21 15:54:32 +0000 |
|---|---|---|
| committer | jsing <> | 2025-04-21 15:54:32 +0000 |
| commit | 85b498da9a877baf3b4ec6026a21d73f02886d5e (patch) | |
| tree | 32c0b6ad236f54316bc557509a808ff87bdfbeb8 /src/lib/libcrypto/modes/ccm128.c | |
| parent | c4b237a7061adb567097e71a27ee688e6486be76 (diff) | |
| download | openbsd-85b498da9a877baf3b4ec6026a21d73f02886d5e.tar.gz openbsd-85b498da9a877baf3b4ec6026a21d73f02886d5e.tar.bz2 openbsd-85b498da9a877baf3b4ec6026a21d73f02886d5e.zip | |
Tidy includes.
Diffstat (limited to 'src/lib/libcrypto/modes/ccm128.c')
| -rw-r--r-- | src/lib/libcrypto/modes/ccm128.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/modes/ccm128.c b/src/lib/libcrypto/modes/ccm128.c index 68c5cce5da..8ea0cba77e 100644 --- a/src/lib/libcrypto/modes/ccm128.c +++ b/src/lib/libcrypto/modes/ccm128.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ccm128.c,v 1.8 2023/07/08 14:56:54 beck Exp $ */ | 1 | /* $OpenBSD: ccm128.c,v 1.9 2025/04/21 15:54:32 jsing Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 2011 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2011 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
| @@ -48,9 +48,11 @@ | |||
| 48 | * ==================================================================== | 48 | * ==================================================================== |
| 49 | */ | 49 | */ |
| 50 | 50 | ||
| 51 | #include <string.h> | ||
| 52 | |||
| 51 | #include <openssl/crypto.h> | 53 | #include <openssl/crypto.h> |
| 54 | |||
| 52 | #include "modes_local.h" | 55 | #include "modes_local.h" |
| 53 | #include <string.h> | ||
| 54 | 56 | ||
| 55 | #ifndef MODES_DEBUG | 57 | #ifndef MODES_DEBUG |
| 56 | # ifndef NDEBUG | 58 | # ifndef NDEBUG |
