diff --git a/configs/config-picocoin.h b/configs/config-picocoin.h index 40d2fd186..7bd1cab73 100644 --- a/configs/config-picocoin.h +++ b/configs/config-picocoin.h @@ -51,7 +51,6 @@ #define POLARSSL_RIPEMD160_C #define POLARSSL_SHA1_C #define POLARSSL_SHA256_C -#define POLARSSL_X509_USE_C // !!! #include "check_config.h" diff --git a/tests/suites/test_suite_x509parse.function b/tests/suites/test_suite_x509parse.function index da66e3727..500df35af 100644 --- a/tests/suites/test_suite_x509parse.function +++ b/tests/suites/test_suite_x509parse.function @@ -316,7 +316,7 @@ void x509_crt_parse_path( char *crt_path, int ret, int nb_crt ) } /* END_CASE */ -/* BEGIN_CASE */ +/* BEGIN_CASE depends_on:POLARSSL_X509_USE_C */ void x509_oid_desc( char *oid_str, char *ref_desc ) { x509_buf oid; @@ -341,7 +341,7 @@ void x509_oid_desc( char *oid_str, char *ref_desc ) } /* END_CASE */ -/* BEGIN_CASE */ +/* BEGIN_CASE depends_on:POLARSSL_X509_USE_C */ void x509_oid_numstr( char *oid_str, char *numstr, int blen, int ret ) { x509_buf oid;