mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-29 09:13:38 +08:00
Clean TLS code
This commit is contained in:
@@ -1120,8 +1120,6 @@ int x509_general_names_print(FILE *fp, int fmt, int ind, const char *label, cons
|
||||
format_print(fp, fmt, ind, "%s\n", label);
|
||||
ind += 4;
|
||||
|
||||
format_bytes(fp, 0, 0, "der", d, dlen);
|
||||
|
||||
while (dlen) {
|
||||
if (x509_general_name_from_der(&choice, &p, &len, &d, &dlen) != 1) {
|
||||
error_print();
|
||||
|
||||
Reference in New Issue
Block a user