]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gost_eng.c
Start implementing MAGMA algorithm
[openssl-gost/engine.git] / gost_eng.c
index 16316a16949db7de9b6c4acf7bb4bc2566821cb4..0a2af555127552af0b50aa7a80627733553cecb7 100644 (file)
@@ -224,6 +224,7 @@ static int bind_gost(ENGINE* e, const char* id) {
         || !EVP_add_cipher(cipher_gost_grasshopper_cfb())
         || !EVP_add_cipher(cipher_gost_grasshopper_ofb())
         || !EVP_add_cipher(cipher_gost_grasshopper_ctr())
+        || !EVP_add_cipher(cipher_magma_cbc())
         || !EVP_add_digest(digest_gost())
         || !EVP_add_digest(digest_gost2012_512())
         || !EVP_add_digest(digest_gost2012_256())