aboutsummaryrefslogtreecommitdiffstats
path: root/util/mkfiles.pl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-04-20 10:23:56 +0000
committerRichard Levitte <levitte@openssl.org>2002-04-20 10:23:56 +0000
commit01682a8b3c67a7f09b2696862bd6b3cb30b12e13 (patch)
tree96a82c264d15da8162a7ee61e09c44b09b64013b /util/mkfiles.pl
parent8b07f23c30cbab65054b4c1df6c1a0c4432ea3d9 (diff)
downloadopenssl-01682a8b3c67a7f09b2696862bd6b3cb30b12e13.tar.gz
Make sure ec and ecdsa is properly handled in Windows.
Notified by Bernd Matthes <bernd.matthes@gemplus.com>
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 29e1404c69..0ae8695bec 100755
--- a/util/mkfiles.pl
+++ b/util/mkfiles.pl
@@ -30,6 +30,7 @@ my @dirs = (
"crypto/dso",
"crypto/dh",
"crypto/ec",
+"crypto/ecdsa",
"crypto/buffer",
"crypto/bio",
"crypto/stack",