Just a memo: deal with -Wcast-qual check. 321/head
authorsvost <ya.nowa@yandex.ru>
Mon, 18 Apr 2016 07:23:06 +0000 (10:23 +0300)
committersvost <ya.nowa@yandex.ru>
Mon, 18 Apr 2016 07:23:06 +0000 (10:23 +0300)
commitd561f2c30eb261867521e28fece7ec7956aa2bce
treef470523839c462d572bb773051da1d032b9d1344
parentc4eac9dee013098c26defd69de4eac50574f4769
Just a memo: deal with -Wcast-qual check.
int EVP_BytesToKey(const EVP_CIPHER *type,const EVP_MD *md,
                   const unsigned char *salt,
                   const unsigned char *data, int datal, int count,
                   unsigned char *key,unsigned char *iv);
src/crypter.cpp