aboutsummaryrefslogtreecommitdiffstats
path: root/util/mkfiles.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-04-27 16:27:14 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-04-27 16:27:14 +0000
commit6c61726b2af78a1985178d31e551351231b54b10 (patch)
treea8dbb193224405b5a6900138c9649c8a59ab0d6f /util/mkfiles.pl
parentcd202fe2f9d3cd44c361ba56b158ef400a75dc39 (diff)
downloadopenssl-6c61726b2af78a1985178d31e551351231b54b10.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/mkfiles.pl')
-rwxr-xr-xutil/mkfiles.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mkfiles.pl b/util/mkfiles.pl
index f0daaecde7..cb0e282fa8 100755
--- a/util/mkfiles.pl
+++ b/util/mkfiles.pl
@@ -54,6 +54,7 @@ my @dirs = (
"crypto/ui",
"crypto/krb5",
"crypto/store",
+"crypto/pqueue",
"ssl",
"apps",
"engines",