Update comment

Thanks @dgarske, great catch!
This commit is contained in:
Kaleb Himes
2020-06-09 17:10:57 -06:00
committed by GitHub
parent 80e888c1c8
commit 2fe08e1951

View File

@@ -5359,7 +5359,7 @@ static int GetKey(DecodedCert* cert)
cert->srcIdx += length;
return 0;
}
#endif /* NO_DSA && QT */
#endif /* NO_DSA */
default:
return ASN_UNKNOWN_OID_E;
}