commit | e6efa6f54ee99a302207248b3467d1e386a195ce | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Apr 20 11:01:48 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Apr 20 11:23:24 2015 +0100 |
tree | d396ad512783ddb62eb26288cd91cb4d444a5466 | |
parent | 89addc43dbc547fccf3e4b1d54bd67289a1459d2 [diff] [blame] |
manually merge 9f98251 make extKeyUsage accessible
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index acc8e28..0cdc537 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h
@@ -2281,7 +2281,8 @@ */ int mbedtls_ssl_check_cert_usage( const mbedtls_x509_crt *cert, const mbedtls_ssl_ciphersuite_t *ciphersuite, - int cert_endpoint ); + int cert_endpoint, + int *flags ); #endif /* MBEDTLS_X509_CRT_PARSE_C */ void mbedtls_ssl_write_version( int major, int minor, int transport,