commit | e16b62c3a9533dfe4d896e2c373c4484b1326d01 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Apr 17 16:55:53 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Apr 29 17:07:31 2015 +0200 |
tree | 7773e22a1b47cecb6c2c9779ca4b283fa3f9c893 | |
parent | 770b5e1e9e043a00f79276d588c8c7437c0b774c [diff] |
Make results of (ext)KeyUsage accessible
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index cd9f770..54382e5 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h
@@ -1980,7 +1980,8 @@ */ int ssl_check_cert_usage( const x509_crt *cert, const ssl_ciphersuite_t *ciphersuite, - int cert_endpoint ); + int cert_endpoint, + int *flags ); #endif /* POLARSSL_X509_CRT_PARSE_C */ /* constant-time buffer comparison */