mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-13 14:47:50 +00:00
Adding missing ending of comment
Signed-off-by: toth92g <[email protected]>
This commit is contained in:
+1
-1
@@ -802,7 +802,7 @@ static int x509_get_authority_key_id( unsigned char** p,
|
||||
}
|
||||
else
|
||||
{
|
||||
/* Getting directoryName using the required specific class tag [4] *
|
||||
/* Getting directoryName using the required specific class tag [4] */
|
||||
if ((ret = mbedtls_asn1_get_tag(p, end, &len,
|
||||
MBEDTLS_ASN1_CONTEXT_SPECIFIC | MBEDTLS_ASN1_CONSTRUCTED | 4 ) ) != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user