removed a comment

This commit is contained in:
aiden 2022-07-10 14:59:59 +01:00
parent 644563fbd2
commit dac2e4392a

@ -71,7 +71,6 @@ int bdd_hello_cb(SSL *client_ssl, int *alert, struct bdd_conversation *conversat
if ((size_t)ntohs(*(unsigned short int *)alpn) != alpn_sz - 2) {
goto alpn_err;
}
// skip the 0 byte, and also skip the size byte
alpn += 2;
alpn_sz -= 2;
} else {