From 4b6b9847c1794bb63c96d339a7807f9abcb2e85d Mon Sep 17 00:00:00 2001 From: Clemens Lang Date: Tue, 2 Jul 2024 12:27:17 +0200 Subject: [PATCH] Fix building without OpenSSL ENGINEs The %bcond_without macro adds a command line option to build without openssl engine, but the default is always the opposite of what the macro name suggests, i.e., using %bcond_without enables engines by default. This was not what I had intended, and I also messed up and used %bcond_without in both branches of the if. Switch to the newer %bcond