Fix tests dependencies in X509_USE_C

This commit is contained in:
Manuel Pégourié-Gonnard 2014-06-24 11:37:54 +02:00
parent fea3102dcb
commit 0f7b619875
2 changed files with 2 additions and 3 deletions

View file

@ -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"

View file

@ -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;