Fix typo in comment in library/x509_ocsp.c

This commit is contained in:
Andres Amaya Garcia
2017-11-15 09:23:53 +00:00
parent 6ea49d30b8
commit ea6071c4db

View File

@@ -1493,7 +1493,7 @@ static int x509_ocsp_verify_response_issuer(
* issuer upwards and verify that *parent is the parent of crt
*/
// TODO
#endif /* MBEDTLS_X509_CHECK_EXTENDED_KEY_USAGE) */
#endif /* MBEDTLS_X509_CHECK_EXTENDED_KEY_USAGE */
return( 0 );
}