commit | 92cb1d3a913f40a6afcbcb17e34ffc9184972b97 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Sep 13 16:24:20 2013 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Sep 13 17:25:43 2013 +0200 |
tree | a8e33b89f3ad9235f561458952c01adfdb4b05a1 | |
parent | 989ed38de25b624b6c48d0f36a033c80f7fd12b1 [diff] [blame] |
Make CBC an option, step 3: individual ciphers
diff --git a/library/blowfish.c b/library/blowfish.c index 719aea6..910d610 100644 --- a/library/blowfish.c +++ b/library/blowfish.c
@@ -233,6 +233,7 @@ return( 0 ); } +#if defined(POLARSSL_CIPHER_MODE_CBC) /* * Blowfish-CBC buffer encryption/decryption */ @@ -284,6 +285,7 @@ return( 0 ); } +#endif /* POLARSSL_CIPHER_MODE_CBC */ #if defined(POLARSSL_CIPHER_MODE_CFB) /*