mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-06 12:35:36 +02:00
Fix typo in comment in library/x509_ocsp.c
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user