diff options
author | jsing <> | 2025-04-21 16:01:18 +0000 |
---|---|---|
committer | jsing <> | 2025-04-21 16:01:18 +0000 |
commit | 7b71790663bf087f295bfd28475a1e55ce684dbd (patch) | |
tree | 6ff427caa3c90bbc692eba5acbd5123acc8ff89b /src/lib/libcrypto/modes/cfb128.c | |
parent | 8033e0b834d2176bdec65b9f9dac5c9e14a3a6b7 (diff) | |
download | openbsd-7b71790663bf087f295bfd28475a1e55ce684dbd.tar.gz openbsd-7b71790663bf087f295bfd28475a1e55ce684dbd.tar.bz2 openbsd-7b71790663bf087f295bfd28475a1e55ce684dbd.zip |
Mop up unused MODES_DEBUG.
Diffstat (limited to 'src/lib/libcrypto/modes/cfb128.c')
-rw-r--r-- | src/lib/libcrypto/modes/cfb128.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/modes/cfb128.c b/src/lib/libcrypto/modes/cfb128.c index e6bacee890..4f9dac178d 100644 --- a/src/lib/libcrypto/modes/cfb128.c +++ b/src/lib/libcrypto/modes/cfb128.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cfb128.c,v 1.8 2025/04/21 15:54:32 jsing Exp $ */ | 1 | /* $OpenBSD: cfb128.c,v 1.9 2025/04/21 16:01:18 jsing Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 2008 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2008 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -55,12 +55,6 @@ | |||
55 | 55 | ||
56 | #include "modes_local.h" | 56 | #include "modes_local.h" |
57 | 57 | ||
58 | #ifndef MODES_DEBUG | ||
59 | # ifndef NDEBUG | ||
60 | # define NDEBUG | ||
61 | # endif | ||
62 | #endif | ||
63 | |||
64 | /* The input and output encrypted as though 128bit cfb mode is being | 58 | /* The input and output encrypted as though 128bit cfb mode is being |
65 | * used. The extra state information to record how much of the | 59 | * used. The extra state information to record how much of the |
66 | * 128bit block we have used is contained in *num; | 60 | * 128bit block we have used is contained in *num; |