add cryptlib.h to mkdef.pl
authorDr. Stephen Henson <steve@openssl.org>
Tue, 22 Nov 2011 14:44:42 +0000 (14:44 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 22 Nov 2011 14:44:42 +0000 (14:44 +0000)
util/mkdef.pl

index f73733b4251d7cf87462142e22c0d9026c1f1436..a8a2dfe7c2d0cc8f4a6b024975af0fa90fe505f2 100755 (executable)
@@ -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";