diff options
author | jsing <> | 2025-04-21 16:01:18 +0000 |
---|---|---|
committer | jsing <> | 2025-04-21 16:01:18 +0000 |
commit | 0de4d3bbe6c83396536fce90f56053def9b374d7 (patch) | |
tree | 6ff427caa3c90bbc692eba5acbd5123acc8ff89b /src/lib/libcrypto/modes/ccm128.c | |
parent | 05b7edb67d9af9d6bfe2513a0cf4453362507d4b (diff) | |
download | openbsd-0de4d3bbe6c83396536fce90f56053def9b374d7.tar.gz openbsd-0de4d3bbe6c83396536fce90f56053def9b374d7.tar.bz2 openbsd-0de4d3bbe6c83396536fce90f56053def9b374d7.zip |
Mop up unused MODES_DEBUG.
Diffstat (limited to 'src/lib/libcrypto/modes/ccm128.c')
-rw-r--r-- | src/lib/libcrypto/modes/ccm128.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/modes/ccm128.c b/src/lib/libcrypto/modes/ccm128.c index 8ea0cba77e..0f592dd9e5 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.9 2025/04/21 15:54:32 jsing Exp $ */ | 1 | /* $OpenBSD: ccm128.c,v 1.10 2025/04/21 16:01:18 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 | * |
@@ -54,12 +54,6 @@ | |||
54 | 54 | ||
55 | #include "modes_local.h" | 55 | #include "modes_local.h" |
56 | 56 | ||
57 | #ifndef MODES_DEBUG | ||
58 | # ifndef NDEBUG | ||
59 | # define NDEBUG | ||
60 | # endif | ||
61 | #endif | ||
62 | |||
63 | /* First you setup M and L parameters and pass the key schedule. | 57 | /* First you setup M and L parameters and pass the key schedule. |
64 | * This is called once per session setup... */ | 58 | * This is called once per session setup... */ |
65 | void | 59 | void |