mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
CBC mode cleanup (#95)
* Fix CBC mode can't be fully disabled * Fix CBC mode can't be the only mode
This commit is contained in:
committed by
GitHub
parent
d3d0d60076
commit
61267f8503
@@ -27,7 +27,7 @@
|
||||
#define LTC_DES
|
||||
#endif
|
||||
|
||||
#if DROPBEAR_ENABLE_CTR_MODE
|
||||
#if DROPBEAR_ENABLE_CBC_MODE
|
||||
#define LTC_CBC_MODE
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user