Rm references to removed config options

POLARSSL_MEMORY_C POLARSSL_PBKDF2_C DISABLE_RENEGO
This commit is contained in:
Manuel Pégourié-Gonnard 2015-04-03 17:13:56 +02:00
parent 6c7af4c200
commit 8a89fcd13f
4 changed files with 0 additions and 15 deletions

View file

@ -141,7 +141,6 @@ cp "$CONFIG_H" "$CONFIG_BAK"
scripts/config.pl full
scripts/config.pl unset POLARSSL_PLATFORM_C
scripts/config.pl unset POLARSSL_PLATFORM_MEMORY
scripts/config.pl unset POLARSSL_MEMORY_C
scripts/config.pl unset POLARSSL_MEMORY_BUFFER_ALLOC_C
scripts/config.pl unset POLARSSL_FS_IO
CC=gcc CFLAGS='-Werror -O0' make