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/xts128.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/xts128.c')
| -rw-r--r-- | src/lib/libcrypto/modes/xts128.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/modes/xts128.c b/src/lib/libcrypto/modes/xts128.c index eb635ef088..789af9ef65 100644 --- a/src/lib/libcrypto/modes/xts128.c +++ b/src/lib/libcrypto/modes/xts128.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: xts128.c,v 1.13 2025/04/21 15:54:32 jsing Exp $ */ | 1 | /* $OpenBSD: xts128.c,v 1.14 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 | * |
| @@ -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 | int | 58 | int |
| 65 | CRYPTO_xts128_encrypt(const XTS128_CONTEXT *ctx, const unsigned char iv[16], | 59 | CRYPTO_xts128_encrypt(const XTS128_CONTEXT *ctx, const unsigned char iv[16], |
| 66 | const unsigned char *inp, unsigned char *out, | 60 | const unsigned char *inp, unsigned char *out, |
