From: Dmitry Belyavskiy Date: Sat, 19 Nov 2016 19:06:42 +0000 (+0300) Subject: Bugfix X-Git-Tag: v1.1.0.2~21 X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=openssl-gost%2Fengine.git;a=commitdiff_plain;h=aa0693ece6d75e83f007ee1850e63dc591d49a9f Bugfix --- diff --git a/gost_crypt.c b/gost_crypt.c index a153171..c7c8caa 100644 --- a/gost_crypt.c +++ b/gost_crypt.c @@ -691,12 +691,6 @@ int gost_cipher_ctl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr) } else { return 0; } - case EVP_CTRL_SET_SBOX: - if (ptr) { - struct ossl_gost_cipher_ctx *c = ctx->cipher_data; - int nid; - int cur_meshing; - int ret; case EVP_CTRL_SET_SBOX: if (ptr) {