commit | a6916fada8beb93f112e0c8d4cd14b51fdc13411 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri May 02 15:17:29 2014 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue May 06 11:28:09 2014 +0200 |
tree | f96ef91924bc37fea0ec0175ccafa209433843ab | |
parent | 47431b6d31e518ea3f7c00a03c4b704c5dec1267 [diff] [blame] |
Add (placeholder) CCM module
diff --git a/library/version_features.c b/library/version_features.c index 68955c3..8dc530a 100644 --- a/library/version_features.c +++ b/library/version_features.c
@@ -366,6 +366,9 @@ #if defined(POLARSSL_CAMELLIA_C) "POLARSSL_CAMELLIA_C", #endif /* POLARSSL_CAMELLIA_C */ +#if defined(POLARSSL_CCM_C) + "POLARSSL_CCM_C", +#endif /* POLARSSL_CCM_C */ #if defined(POLARSSL_CERTS_C) "POLARSSL_CERTS_C", #endif /* POLARSSL_CERTS_C */