aboutsummaryrefslogtreecommitdiff
path: root/libcmix-crypto/rsa/rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix-crypto/rsa/rsa.c')
-rw-r--r--libcmix-crypto/rsa/rsa.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/libcmix-crypto/rsa/rsa.c b/libcmix-crypto/rsa/rsa.c
deleted file mode 100644
index 61ade32..0000000
--- a/libcmix-crypto/rsa/rsa.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "rsa.h"
-
-struct Api get_rsa_implementation()
-{
- return (struct Api) {
- &rsa_create_keypair,
- &rsa_keypair_deleter,
- &rsa_derive_shared_key,
- &rsa_shared_key_deleter
- };
-}