Commit 179af540 authored by Richard Levitte's avatar Richard Levitte
Browse files

ssltest.c: cb_ticket2 appears to not return a value when it "should"



cb_ticket2() does an exit, and should therefore not need to return anything.
Some compilers don't detect that, or don't care, and warn about a non-void
function without a return statement.

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4713)
parent 7718de6e
Supports Markdown
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