aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-10-27 12:31:13 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-10-27 12:31:13 +0000
commitab7e09f59b1ab1a5a529dd7e80017f02be432b2c (patch)
treeff41ddbc6baa045472ad6b77182d8fb53f47c469 /util
parente9eda23ae6eced7cb0d71440cee0431273ce8520 (diff)
downloadopenssl-ab7e09f59b1ab1a5a529dd7e80017f02be432b2c.zip
openssl-ab7e09f59b1ab1a5a529dd7e80017f02be432b2c.tar.gz
openssl-ab7e09f59b1ab1a5a529dd7e80017f02be432b2c.tar.bz2
Win32 fixes... add new directory to build system. Fix warnings.
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkdef.pl1
-rwxr-xr-xutil/mkfiles.pl1
2 files changed, 2 insertions, 0 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 7a3337d..8140601 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -309,6 +309,7 @@ $crypto.=" crypto/krb5/krb5_asn.h";
#$crypto.=" crypto/store/store.h";
$crypto.=" crypto/pqueue/pqueue.h";
$crypto.=" crypto/cms/cms.h";
+$crypto.=" crypto/jpake/jpake.h";
my $symhacks="crypto/symhacks.h";
diff --git a/util/mkfiles.pl b/util/mkfiles.pl
index 1326c98..853f69c 100755
--- a/util/mkfiles.pl
+++ b/util/mkfiles.pl
@@ -48,6 +48,7 @@ my @dirs = (
"crypto/x509v3",
"crypto/cms",
"crypto/conf",
+"crypto/jpake",
"crypto/txt_db",
"crypto/pkcs7",
"crypto/pkcs12",