Skip to content

Commit 904ce7d

Browse files
committed
Remove nonsense comment
1 parent afa7816 commit 904ce7d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ext/openssl/openssl_backend_common.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,6 @@ static void print_asn1_type(BIO *bio, ASN1_TYPE *ptr)
630630
{
631631
char objbuf[1024];
632632

633-
// Collect the things from the ASN1_TYPE structure
634633
switch (ptr->type) {
635634
case V_ASN1_BOOLEAN:
636635
BIO_puts(bio, ptr->value.boolean ? "true" : "false");

0 commit comments

Comments
 (0)