remove unreachable code

This commit is contained in:
Francois Perrad 2017-04-07 10:54:41 +02:00
parent 13b2220c61
commit 0be45a6341

View File

@ -84,7 +84,6 @@ int chacha_crypt(chacha_state *st, const unsigned char *in, unsigned long inlen,
out += 64;
in += 64;
}
return CRYPT_OK;
}
#endif