From: Dr. Stephen Henson Date: Tue, 22 Nov 2011 14:44:58 +0000 (+0000) Subject: add cryptlib.h to mkdef.pl X-Git-Tag: master-post-reformat~2074 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=5b6aaac9e6ebb578e731ee194a46b1802e78db99;ds=sidebyside add cryptlib.h to mkdef.pl --- diff --git a/util/mkdef.pl b/util/mkdef.pl index 46b175d9ee..193e1e10cf 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -272,6 +272,7 @@ $ssl.=" ssl/tls1.h"; $ssl.=" ssl/srtp.h"; my $crypto ="crypto/crypto.h"; +$crypto.=" crypto/cryptlib.h"; $crypto.=" crypto/o_dir.h"; $crypto.=" crypto/o_str.h"; $crypto.=" crypto/o_time.h";