mirror of
https://github.com/adulau/ssldump.git
synced 2024-12-04 07:17:12 +00:00
Add line return after "certificate_types" in output, see the problem in https://github.com/adulau/ssldump/issues/36#issuecomment-702586335
This commit is contained in:
parent
84585e318f
commit
e44c8bc4e2
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ int ssl_print_enum(ssl,name,dtable,value)
|
||||||
}
|
}
|
||||||
dtable++;
|
dtable++;
|
||||||
}
|
}
|
||||||
|
printf("\n");
|
||||||
return(R_NOT_FOUND);
|
return(R_NOT_FOUND);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue