Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jannik Hoelling
alpaca-libraries
Commits
0d7e9a15
Commit
0d7e9a15
authored
Nov 04, 2021
by
Jannik Hoelling
Browse files
remove strict alpn comment
parent
20444bf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
bearssl/client/client.c
View file @
0d7e9a15
...
...
@@ -91,7 +91,6 @@ int main(int argc, char *argv[]) {
br_sslio_init
(
&
ioc
,
&
sc
.
eng
,
sock_read
,
&
fd
,
sock_write
,
&
fd
);
br_sslio_flush
(
&
ioc
);
/* Strict ALPN */
const
char
*
alpn_received
=
br_ssl_engine_get_selected_protocol
(
&
sc
.
eng
);
printf
(
"ALPN negotiatiated: %s
\n
"
,
alpn_received
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment