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/x509.c b/library/x509.c index 2205400..55daf74 100644 --- a/library/x509.c +++ b/library/x509.c
@@ -998,7 +998,7 @@ { #if defined(MBEDTLS_CERTS_C) && defined(MBEDTLS_SHA1_C) int ret; - int flags; + uint32_t flags; mbedtls_x509_crt cacert; mbedtls_x509_crt clicert;