diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 17c7f03..405f702 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -177,7 +177,7 @@ if( OPENSSL_VERSION VERSION_GREATER_EQUAL 3 ) set(run_evp_fetch_freeze evp_fetch "" "" "-F" CACHE STRING "Freeze LIB_CTX for evp_fetch") - list(APPEND run_opts run_evp_fetch_pqs) + list(APPEND run_opts run_evp_fetch_freeze) endif() add_executable(providerdoall providerdoall.c)