aboutsummaryrefslogtreecommitdiffstats
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-04-06 10:50:05 +0100
committerMatt Caswell <matt@openssl.org>2016-04-13 08:58:59 +0100
commit20c56358e6f278d6a469a92280d7a38be44dbe3e (patch)
treebb88212781cc7b92c3eba4db165bfaa098e0096c /util/mkdef.pl
parent342c21cd8bb42b6750abfc49cac26dc288de98c3 (diff)
downloadopenssl-20c56358e6f278d6a469a92280d7a38be44dbe3e.tar.gz
Fix symbols missing from shared build
libssl needs to have access to some internal libcrypto symbols. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-xutil/mkdef.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index ea87486547..9f8d561b00 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -240,6 +240,7 @@ my $crypto ="include/openssl/crypto.h";
$crypto.=" include/internal/o_dir.h";
$crypto.=" include/internal/o_str.h";
$crypto.=" include/internal/threads.h";
+$crypto.=" include/internal/err.h";
$crypto.=" include/openssl/des.h" ; # unless $no_des;
$crypto.=" include/openssl/idea.h" ; # unless $no_idea;
$crypto.=" include/openssl/rc4.h" ; # unless $no_rc4;