projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
OPENSSL_NO_TLS1 WIN32 build support. Fix so normal build works again.
[openssl.git]
/
util
/
mkdef.pl
diff --git
a/util/mkdef.pl
b/util/mkdef.pl
index fb74fab9b5977406ed3bab9efbe433b17c820ae0..70ed218a575c042bb48103e246bdc1a6aa3debdc 100755
(executable)
--- a/
util/mkdef.pl
+++ b/
util/mkdef.pl
@@
-198,6
+198,7
@@
foreach (@ARGV, split(/ /, $options))
elsif (/^no-hw$/) { $no_hw=1; }
elsif (/^no-gmp$/) { $no_gmp=1; }
elsif (/^no-rfc3779$/) { $no_rfc3779=1; }
+ elsif (/^no-tlsext$/) { $no_tlsext=1; }
}