summaryrefslogtreecommitdiffstats
path: root/crypto_polarssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto_polarssl.c')
-rw-r--r--crypto_polarssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto_polarssl.c b/crypto_polarssl.c
index e7470d5..ac4cadd 100644
--- a/crypto_polarssl.c
+++ b/crypto_polarssl.c
@@ -313,7 +313,7 @@ cipher_kt_block_size (const cipher_info_t *cipher_kt)
return cipher_kt->block_size;
}
-bool
+int
cipher_kt_mode (const cipher_info_t *cipher_kt)
{
ASSERT(NULL != cipher_kt);