mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 05:28:16 +00:00
Fix tests dependencies in X509_USE_C
This commit is contained in:
parent
fea3102dcb
commit
0f7b619875
2 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue