[Git][NTPsec/ntpsec][master] alpn string missed
Gary E. Miller
gitlab at mg.gitlab.com
Tue Aug 20 02:11:40 UTC 2019
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
28f080eb by Dan Drown at 2019-08-20T02:11:18Z
alpn string missed
I must have missed this in the merge
Signed-off-by: Gary E. Miller <gem at rellim.com>
- - - - -
1 changed file:
- ntpd/nts_server.c
Changes:
=====================================
ntpd/nts_server.c
=====================================
@@ -55,7 +55,8 @@ static int alpn_select_cb(SSL *ssl,
unsigned int inlen,
void *arg)
{
- static const unsigned char alpn[] = { 7, 'n', 't', 's', 'k', 'e', '/', '1' };
+ static const unsigned char alpn[] = {
+ 'n', 't', 's', 'k', 'e', '/', '1' };
unsigned i, len;
UNUSED_ARG(ssl);
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/28f080eb78304f83247a53807512857832d3f3f4
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/28f080eb78304f83247a53807512857832d3f3f4
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20190820/12930f8d/attachment.htm>
More information about the vc
mailing list