Commit 65b1ff4a authored by Richard Levitte's avatar Richard Levitte
Browse files

Don't use libcrypto private headers with mkdef.pl



Three header files from crypto/include/internal were used by
util/mkdef.pl.  This should never be needed.  Some test program used
these, which made it a valid reason at the time to make the some
internal symbols public in the shared libraries, but that's not the
case any more.

However, to be able to link libssl.so, some symbols found in
include/internal headers still need to be made public.

Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
parent 18295f0c
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