commit | e6ef16f98c19a445abf18df86af1a429b00db876 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon May 11 19:54:43 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon May 11 19:54:43 2015 +0200 |
tree | abeb54e41956658417f65c5a097810896a2e140a | |
parent | e85fef10b501cd34e7f3b82f0e0090d16f2c5c5d [diff] [blame] |
Change X.509 verify flags to uint32_t
diff --git a/library/ssl_srv.c b/library/ssl_srv.c index 7d22b48..5d04497 100644 --- a/library/ssl_srv.c +++ b/library/ssl_srv.c
@@ -850,7 +850,7 @@ { mbedtls_ssl_key_cert *cur, *list, *fallback = NULL; mbedtls_pk_type_t pk_alg = mbedtls_ssl_get_ciphersuite_sig_pk_alg( ciphersuite_info ); - int flags; + uint32_t flags; #if defined(MBEDTLS_SSL_SERVER_NAME_INDICATION) if( ssl->handshake->sni_key_cert != NULL )