From 9c9f4ed7cfe1ed7b02025095c3ae5a4bc30ed93b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 10 Jun 2015 16:51:22 +0300 Subject: /SAFESEH for the asm implementation --- test/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/CMakeLists.txt') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index bfbb09c..2a1cc9a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,5 +1,3 @@ -set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /SAFESEH:NO") - macro(test prefix) add_executable(test_${prefix}_encrypt_block ${prefix}_encrypt_block.c) target_link_libraries(test_${prefix}_encrypt_block libaesni) -- cgit v1.2.3