diff options
Diffstat (limited to 'libcmix-crypto/rsa/null')
| -rw-r--r-- | libcmix-crypto/rsa/null/CMakeLists.txt | 16 | ||||
| -rw-r--r-- | libcmix-crypto/rsa/null/null_rsa.c | 0 |
2 files changed, 0 insertions, 16 deletions
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 -) diff --git a/libcmix-crypto/rsa/null/null_rsa.c b/libcmix-crypto/rsa/null/null_rsa.c deleted file mode 100644 index e69de29..0000000 --- a/libcmix-crypto/rsa/null/null_rsa.c +++ /dev/null |
