add cryptlib.h to mkdef.pl

This commit is contained in:
Dr. Stephen Henson 2011-11-22 14:44:42 +00:00
parent a310428527
commit 115d528c23

View File

@ -271,6 +271,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";