]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
Bugfix
authorDmitry Belyavskiy <beldmit@gmail.com>
Sat, 19 Nov 2016 19:06:42 +0000 (22:06 +0300)
committerDmitry Belyavskiy <beldmit@gmail.com>
Sat, 19 Nov 2016 19:06:42 +0000 (22:06 +0300)
gost_crypt.c

index a15317127f94acab9b852fcc927b5642876ebba3..c7c8caaeaa70b96166f2d9762a7e804f176b98f1 100644 (file)
@@ -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) {