commit | 14d55951ef99d9a221de955a0b5fabd72bd153df | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Apr 30 12:35:08 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Apr 30 16:40:24 2014 +0200 |
tree | 4643cb9992ee6d0ef14c3153665ff999b81d6287 | |
parent | 827b6cee7fcf768aed04323ebbd3834b4e1e5136 [diff] [blame] |
Split config checks to separate file
diff --git a/configs/config-suite-b.h b/configs/config-suite-b.h index 7f085f4..bfd6048 100644 --- a/configs/config-suite-b.h +++ b/configs/config-suite-b.h
@@ -51,4 +51,6 @@ /* For testing with compat.sh */ #define POLARSSL_FS_IO +#include "check_config.h" + #endif /* POLARSSL_CONFIG_H */