Skip to content

Commit b128863

Browse files
committed
fixup implement -no_tlsext
1 parent bdc9a3f commit b128863

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ssl/t1_lib.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1557,6 +1557,7 @@ unsigned char *ssl_add_clienthello_tlsext(SSL *s, unsigned char *buf,
15571557
}
15581558
}
15591559

1560+
done:
15601561
if ((extdatalen = ret - orig - 2) == 0)
15611562
return orig;
15621563

0 commit comments

Comments
 (0)