Skip to content

Commit

Permalink
Add line return after "certificate_types" in output, see the problem in
Browse files Browse the repository at this point in the history
  • Loading branch information
wllm-rbnt committed Oct 3, 2020
1 parent 84585e3 commit e44c8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssl/sslprint.c
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ int ssl_print_enum(ssl,name,dtable,value)
}
dtable++;
}

printf("\n");
return(R_NOT_FOUND);
}

Expand Down

0 comments on commit e44c8bc

Please sign in to comment.