[openssl-dev] [openssl.org #3657] OpenSSL 1.0.1k DTLS handshake no longer works

Viktor Dukhovni openssl-users at dukhovni.org
Wed Jan 14 21:00:32 UTC 2015


On Wed, Jan 14, 2015 at 10:54:57PM +0200, Eugen-Andrei Gavriloaie wrote:

> On my Mac OS X Yosemite, manually compiled OpenSSL 1.0.1k and installed it into /tmp/ssl as a static lib (with shared lib behaves the same) Compiling:
>
> $ gcc dtls_bug.c -Wno-deprecated-declarations /tmp/ssl/lib/libssl.a /tmp/ssl/lib/libcrypto.a -o /tmp/dtls_bug

This picks up libraries from 1.0.1k and headers from some other
release.  Try with -I/tmp/ssl/include or similar making sure the
right headers are used.  You should not need "-Wno-deprecated-declarations",
that should only be needed to silence consequences of including
Apple's headers.

-- 
	Viktor.


More information about the openssl-dev mailing list