commit | 9f98251e724a5b5dbdd8b8dda9af9d9ada80f43d | [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> | Fri Apr 17 19:57:21 2015 +0200 |
tree | a46443bceb7a3f7177939492b57add41fe1c8196 | |
parent | 0c6ce2f536941413278f981f0aea169272af914c [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 */