summaryrefslogtreecommitdiff
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorsteve <steve>2005-04-27 16:27:11 +0000
committersteve <steve>2005-04-27 16:27:11 +0000
commitb6687b7566b903a39b533d7ddc30b9718e4e252e (patch)
tree50b84893b808427c65f13bc10a410d7a252d4a0d /util/mkdef.pl
parenta41046081b6bdbf45f0b229e91b449de3e9a7f36 (diff)
downloadopenssl-b6687b7566b903a39b533d7ddc30b9718e4e252e.tar.gz
Lots of Win32 fixes for DTLS.
1. "unsigned long long" isn't portable changed: to BN_ULLONG. 2. The LL prefix isn't allowed in VC++ but it isn't needed where it is used. 2. Avoid lots of compiler warnings about signed/unsigned mismatches. 3. Include new library directory pqueue in mk1mf build system. 4. Update symbols.
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 d02636163..fa5848ace 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -277,6 +277,7 @@ $crypto.=" crypto/ui/ui.h crypto/ui/ui_compat.h";
$crypto.=" crypto/krb5/krb5_asn.h";
$crypto.=" crypto/tmdiff.h";
$crypto.=" crypto/store/store.h";
+$crypto.=" crypto/pqueue/pqueue.h";
my $symhacks="crypto/symhacks.h";