mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Fix dependencies
This commit is contained in:
parent
b7de86d834
commit
ce7c6fd433
5 changed files with 31 additions and 12 deletions
|
|
@ -132,6 +132,7 @@ int x509_get_alg( unsigned char **p, const unsigned char *end,
|
|||
return( 0 );
|
||||
}
|
||||
|
||||
#if defined(POLARSSL_RSASSA_PSS_CERTIFICATES)
|
||||
/*
|
||||
* HashAlgorithm ::= AlgorithmIdentifier
|
||||
*
|
||||
|
|
@ -324,6 +325,7 @@ int x509_get_rsassa_pss_params( const x509_buf *params,
|
|||
|
||||
return( 0 );
|
||||
}
|
||||
#endif /* POLARSSL_RSASSA_PSS_CERTIFICATES */
|
||||
|
||||
/*
|
||||
* AttributeTypeAndValue ::= SEQUENCE {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue