aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-28 13:01:44 +0000
committerMatt Caswell <matt@openssl.org>2015-01-28 22:55:15 +0000
commit7317192c645f24dfdb0c8340b871bc045454f8f4 (patch)
tree02c9e88cdb62475eb2aac27bd701aea9d7060223 /util
parent537bf4381b0db3436e8ef8daff65e39e8593eecf (diff)
downloadopenssl-7317192c645f24dfdb0c8340b871bc045454f8f4.tar.gz
Fix various windows compilation issues
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkdef.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index b67d14be57..faed4028b5 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -140,7 +140,7 @@ my $no_md2; my $no_md4; my $no_md5; my $no_sha; my $no_ripemd; my $no_mdc2;
my $no_rsa; my $no_dsa; my $no_dh; my $no_hmac=0; my $no_aes; my $no_krb5;
my $no_ec; my $no_ecdsa; my $no_ecdh; my $no_engine; my $no_hw;
my $no_fp_api; my $no_static_engine=1; my $no_gmp; my $no_deprecated;
-my my $no_psk; my $no_tlsext; my $no_cms; my $no_capieng;
+my $no_psk; my $no_tlsext; my $no_cms; my $no_capieng;
my $no_jpake; my $no_srp; my $no_ec2m; my $no_nistp_gcc;
my $no_nextprotoneg; my $no_sctp; my $no_srtp; my $no_ssl_trace;
my $no_unit_test; my $no_ssl3_method; my $no_ocb;