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.
_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to