commit | 0e095673a389d291a1f615f9cdf30d10a553c35a | [log] [tgz] |
---|---|---|
author | toth92g <toth92g@gmail.com> | Tue May 11 13:04:25 2021 +0200 |
committer | Przemek Stekiel <przemyslaw.stekiel@mobica.com> | Mon Jan 02 20:29:11 2023 +0100 |
tree | 70c20500feb8fcb0e8b1e00fa1c4bd6d576030a9 | |
parent | 93e4f76a3e9ca2d2448525657b3e0f7b3c6ed863 [diff] |
Adding missing ending of comment Signed-off-by: toth92g <toth92g@gmail.com>
diff --git a/library/x509_crt.c b/library/x509_crt.c index 20ca51b..6b5ac08 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c
@@ -802,7 +802,7 @@ } 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) {