1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Change X.509 verify flags to uint32_t

This commit is contained in:
Manuel Pégourié-Gonnard
2015-05-11 19:54:43 +02:00
parent e85fef10b5
commit e6ef16f98c
15 changed files with 56 additions and 67 deletions

View File

@@ -140,7 +140,7 @@ int main( void )
* 1.3. Load own certificate
*/
char name[512];
int flags;
uint32_t flags;
mbedtls_x509_crt clicert;
mbedtls_pk_context pk;