Skip to content

Commit 72259f3

Browse files
committed
Remove nonsense comment
1 parent deec979 commit 72259f3

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
@@ -634,7 +634,6 @@ static void print_asn1_type(BIO *bio, ASN1_TYPE *ptr)
634634
{
635635
char objbuf[1024];
636636

637-
// Collect the things from the ASN1_TYPE structure
638637
switch (ptr->type) {
639638
case V_ASN1_BOOLEAN:
640639
BIO_puts(bio, ptr->value.boolean ? "true" : "false");

0 commit comments

Comments
 (0)