Skip to content

Commit

Permalink
Fix DTLS-may-fail warning when built against OpenSSL 1.0.0e and run w…
Browse files Browse the repository at this point in the history
…ith older

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Sep 22, 2011
1 parent 1d015d7 commit 1bf6c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtls.c
Expand Up @@ -293,7 +293,7 @@ int dtls_try_handshake(struct openconnect_info *vpninfo)
runtime we find that we are being run against an older
version, warn about it. */
if (SSLeay() < 0x1000005fL) {
vpn_progress(vpninfo, PRG_WARNING,
vpn_progress(vpninfo, PRG_ERR,
"Your OpenSSL is older than the one you built against, so DTLS may fail!");
}
#elif defined (HAVE_DTLS1_STOP_TIMER)
Expand Down

0 comments on commit 1bf6c58

Please sign in to comment.