emile: fix emile_binbuf_sha1() signature when no cipher is used

This commit is contained in:
Vincent Torri 2015-03-17 08:50:45 +01:00 committed by Cedric BAIL
parent 26708e0818
commit e86b314971
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ Eina_Bool _emile_cipher_init(void)
EAPI Eina_Bool
emile_binbuf_sha1(const char *key EINA_UNUSED,
int key_len EINA_UNUSED,
unsigned int key_len EINA_UNUSED,
const Eina_Binbuf *data EINA_UNUSED,
unsigned char digest[20])
unsigned char digest[20] EINA_UNUSED)
{
return EINA_FALSE;
}