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
20444bf9
Commit
20444bf9
authored
Nov 04, 2021
by
Jannik Hoelling
Browse files
botan remove "invalid" return
parent
26e4b74e
Changes
1
Hide whitespace changes
Inline
Side-by-side
botan/server/server.cpp
View file @
20444bf9
...
...
@@ -194,7 +194,6 @@ class Callbacks : public Botan::TLS::Callbacks {
}
}
throw
Botan
::
TLS
::
TLS_Exception
(
Botan
::
TLS
::
Alert
::
NO_APPLICATION_PROTOCOL
,
"INVALID ALPN"
);
return
"invalid"
;
}
/*void tls_verify_cert_chain(
...
...
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