From f7f0e8c53bc8231264346ef91e2f533164a25562 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Thu, 29 Sep 2016 14:41:32 +0200 Subject: Replaced the RSA implementation with an Elgamal implementation. --- libcmix-crypto/rsa/null/CMakeLists.txt | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 libcmix-crypto/rsa/null/CMakeLists.txt (limited to 'libcmix-crypto/rsa/null/CMakeLists.txt') diff --git a/libcmix-crypto/rsa/null/CMakeLists.txt b/libcmix-crypto/rsa/null/CMakeLists.txt deleted file mode 100644 index 50977fb..0000000 --- a/libcmix-crypto/rsa/null/CMakeLists.txt +++ /dev/null @@ -1,16 +0,0 @@ -include(get_target_name) - -get_target_name(target_name) - -add_library(${target_name} SHARED - null_rsa.c -) - -target_compile_options(${target_name} - PRIVATE -std=c99 -) - -target_link_libraries(${target_name} - INTERFACE cmix-crypto - PRIVATE rsa-interface -) -- cgit v1.2.3-70-g09d2