libtom / libtomcrypt

LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.
https://www.libtom.net
Other
1.51k stars 449 forks source link

camellia_test doesn't have #ifdef LTC_TEST preprocessor #600

Closed ktakashi closed 1 year ago

ktakashi commented 1 year ago

Prerequisites

Description

camellia_test doesn't have #ifdef LTC_TEST preprocessor, unlike the other cipher tests.

Steps to Reproduce

Build without src/misc/compare_testvector.c and LTC_NO_TEST.

Version

Version: v1.18.2-667-gddfe2e8a OS: macOS Monterey 12.5.1 Compiler: Homebrew clang version 14.0.6 Target: x86_64-apple-darwin21.6.0 Thread model: posix

Additional Information

N/A