diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-09-08 14:10:48 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-09-08 14:10:48 +0200 |
| commit | f77ce5a0226014c811a46d8ab1ba8c9164768ed3 (patch) | |
| tree | 77405cce94039217e3162b3772196e50ce01115b /libcmix-crypto/CMakeLists.txt | |
| parent | 4f13051f763cab3d431847305eff913e4bf9d77a (diff) | |
| download | cmix-f77ce5a0226014c811a46d8ab1ba8c9164768ed3.tar.gz cmix-f77ce5a0226014c811a46d8ab1ba8c9164768ed3.tar.bz2 cmix-f77ce5a0226014c811a46d8ab1ba8c9164768ed3.zip | |
Added null-rsa implementation.
Diffstat (limited to 'libcmix-crypto/CMakeLists.txt')
| -rw-r--r-- | libcmix-crypto/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcmix-crypto/CMakeLists.txt b/libcmix-crypto/CMakeLists.txt index f039946..6895444 100644 --- a/libcmix-crypto/CMakeLists.txt +++ b/libcmix-crypto/CMakeLists.txt @@ -35,5 +35,5 @@ option(UseEC "Use curve25519 instead of RSA" ON) target_link_libraries(cmix-crypto INTERFACE curve25519-implementation -# INTERFACE rsa-implementation + INTERFACE rsa-implementation ) |
