Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading