diff --git a/library/x509_ocsp.c b/library/x509_ocsp.c index 53c4bac0dc..2a4b220724 100644 --- a/library/x509_ocsp.c +++ b/library/x509_ocsp.c @@ -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 ); }