X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_crypt.c;h=c7c8caaeaa70b96166f2d9762a7e804f176b98f1;hb=39020b5190e34e53ac0204c49e5480824c6a248a;hp=a15317127f94acab9b852fcc927b5642876ebba3;hpb=868ae7a730a86f9c1021ea766cd714f817cb934d;p=openssl-gost%2Fengine.git 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) {