Fix SSL compression symbol exporting
authorMatt Caswell <matt@openssl.org>
Tue, 17 May 2016 08:23:36 +0000 (09:23 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 17 May 2016 08:23:36 +0000 (09:23 +0100)
commita79a40a9fe136b63f19b6756cd2a3ce6bd170f54
treed7a9940bc3c6d1b7ec8be2cb4afe8c2948bbfdf1
parent2a73576f89b7271018c064c7a4632f24c6dcfe65
Fix SSL compression symbol exporting

Some compression related functions in libssl have dummy versions to be
used when compiled with no-comp. However those dummy functions were not
being exported on Windows so they are unusable when dynamically linked.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/ossl_typ.h
ssl/ssl.h
ssl/ssl_ciph.c
ssl/ssl_lib.c
util/ssleay.num