Skip to content
Snippets Groups Projects
Commit 4c348a78 authored by Daniel Bevenius's avatar Daniel Bevenius
Browse files

Replace goto in create_ssl_ctx with exit

This commit updates the server's create_ssl_ctx use exit(EXIT_FAILURE)
instead of using a goto label.

The motivation of this is to be consistent with create_ssl_ctx in
client.cc.
parent 4503d2d0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment