mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-18 04:10:57 +01:00
added CBC encryption mode (configure --enable-cbc)
This commit is contained in:
@@ -189,6 +189,12 @@ if test "x${_havenacl}" = "xno"; then
|
||||
fi
|
||||
fi
|
||||
|
||||
AC_ARG_ENABLE([cbc],
|
||||
[AS_HELP_STRING([--enable-cbc],
|
||||
[Enable CBC@1k encryption mode (default: EBC @32k)])],
|
||||
[AC_DEFINE(PCP_CBC, 1, Define if you want to enable CBC mode)],
|
||||
[])
|
||||
|
||||
|
||||
# Check for some target-specific stuff
|
||||
case "$host" in
|
||||
|
||||
Reference in New Issue
Block a user