mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Merge dependency fixes
This commit is contained in:
commit
2a024ac86a
6 changed files with 46 additions and 38 deletions
|
|
@ -739,7 +739,7 @@ int x509_time_future( const x509_time *from )
|
|||
*/
|
||||
int x509_self_test( int verbose )
|
||||
{
|
||||
#if defined(POLARSSL_CERTS_C) && defined(POLARSSL_MD5_C)
|
||||
#if defined(POLARSSL_CERTS_C) && defined(POLARSSL_SHA1_C)
|
||||
int ret;
|
||||
int flags;
|
||||
x509_crt cacert;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue