mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-07 23:26:29 +00:00
Fixed bunch of X509_PARSE related defines / dependencies
This commit is contained in:
@@ -159,7 +159,7 @@ int main( int argc, char *argv[] )
|
||||
x509_cert cacert;
|
||||
x509_cert clicert;
|
||||
pk_context pkey;
|
||||
int i, j, n;
|
||||
int i, j;
|
||||
int flags, verify = 0;
|
||||
char *p, *q;
|
||||
const char *pers = "cert_app";
|
||||
@@ -460,4 +460,4 @@ exit:
|
||||
}
|
||||
#endif /* POLARSSL_BIGNUM_C && POLARSSL_ENTROPY_C && POLARSSL_SSL_TLS_C &&
|
||||
POLARSSL_SSL_CLI_C && POLARSSL_NET_C && POLARSSL_RSA_C &&
|
||||
POLARSSL_X509_PARSE_C && POLARSSL_FS_IO && POLARSSL_CTR_DRBG_C */
|
||||
POLARSSL_X509_CRT_PARSE_C && POLARSSL_FS_IO && POLARSSL_CTR_DRBG_C */
|
||||
|
||||
Reference in New Issue
Block a user