I build openssl on MacOS using the following commands: ``` ./config make ``` After that I build `perftools` using cmake: ``` cmake -S . -B . -DOPENSSL_ROOT_DIR=$HOME/openssl-3.5 cmake --build . --config Release ``` Then I run `newrawkey`: ``` DYLD_LIBRARY_PATH="/Users/perf/openssl-3.5/" ./newrawkey -t -a ml-kem-512 16 Unknown algorithm ml-kem-512 ``` This issue is not reproduced on MacOS x86_64 with openssl-master and MacOS M1 with both openssl-3.5 and openssl-master.