X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_crypt.c;h=c7c8caaeaa70b96166f2d9762a7e804f176b98f1;hb=82d1ac30943cbe9223f024466404e7be720379b6;hp=f9ed2cf22b0c8125252ef354b653e096476b0251;hpb=aed4f443f97e96ed015a7962606b10e1977edd51;p=openssl-gost%2Fengine.git diff --git a/gost_crypt.c b/gost_crypt.c index f9ed2cf..c7c8caa 100644 --- a/gost_crypt.c +++ b/gost_crypt.c @@ -487,7 +487,6 @@ static void gost_cnt_next(void *ctx, unsigned char *iv, unsigned char *buf) int gost_cipher_do_cbc(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) { - OPENSSL_assert(inl % 8 == 0); unsigned char b[8]; const unsigned char *in_ptr = in; unsigned char *out_ptr = out;