mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-03 10:34:16 -04:00
Fix compilation guard (comment)
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
0cd6f08e6f
commit
4146525ce9
@ -256,7 +256,7 @@ int mbedtls_x509write_crt_set_authority_key_identifier( mbedtls_x509write_cert *
|
|||||||
1,
|
1,
|
||||||
(MBEDTLS_ASN1_CONTEXT_SPECIFIC | 0) );
|
(MBEDTLS_ASN1_CONTEXT_SPECIFIC | 0) );
|
||||||
}
|
}
|
||||||
#endif /* MBEDTLS_HAS_ALG_SHA_1_VIA_MD_OR_PSA */
|
#endif /* MBEDTLS_HAS_ALG_SHA_1_VIA_MD_OR_PSA_BASED_ON_USE_PSA */
|
||||||
|
|
||||||
int mbedtls_x509write_crt_set_key_usage( mbedtls_x509write_cert *ctx,
|
int mbedtls_x509write_crt_set_key_usage( mbedtls_x509write_cert *ctx,
|
||||||
unsigned int key_usage )
|
unsigned int key_usage )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user