From aa0693ece6d75e83f007ee1850e63dc591d49a9f Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Sat, 19 Nov 2016 22:06:42 +0300 Subject: [PATCH] Bugfix --- gost_crypt.c | 6 ------ 1 file changed, 6 deletions(-) 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) { -- 2.39.2