mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-06-28 23:30:20 +00:00
ace6a54565
Introduce a new `LLAMA_OPENSSL` option, enabled by default. This preserves the previous default (libcurl first, OpenSSL as fallback), while allowing OpenSSL to be disabled if desired. Signed-off-by: Adrien Gallouët <angt@huggingface.co>