diff options
Diffstat (limited to 'libcmix-crypto/elgamal/elgamal.c')
| -rw-r--r-- | libcmix-crypto/elgamal/elgamal.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcmix-crypto/elgamal/elgamal.c b/libcmix-crypto/elgamal/elgamal.c index 3136688..d50126c 100644 --- a/libcmix-crypto/elgamal/elgamal.c +++ b/libcmix-crypto/elgamal/elgamal.c @@ -9,3 +9,5 @@ struct Api get_elgamal_implementation() &elgamal_shared_key_deleter }; } + +ImplementationGetter get_implementation = &get_elgamal_implementation;
\ No newline at end of file |
