aboutsummaryrefslogtreecommitdiffstats
path: root/util/mkfiles.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-03-10 01:56:48 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-03-10 01:56:48 +0000
commitb4f682d32fb8bf375fd0c8edce6d113dfdf1c6ba (patch)
tree71894577b2340d90f1dbcdf885b8f1e4686dcf55 /util/mkfiles.pl
parent83d0e5e512b827270897fa300e38c82f1a8c05d9 (diff)
downloadopenssl-b4f682d32fb8bf375fd0c8edce6d113dfdf1c6ba.tar.gz
Add the 'ec' directory to mkdef.pl and mkfiles.pl
so the Windows build can see it. Fixup mkdef.pl so it doesn't mess up with function names longer than 39 characters in length.
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 128ed39411..0e174a6d26 100755
--- a/util/mkfiles.pl
+++ b/util/mkfiles.pl
@@ -29,6 +29,7 @@ my @dirs = (
"crypto/dsa",
"crypto/dso",
"crypto/dh",
+"crypto/ec",
"crypto/buffer",
"crypto/bio",
"crypto/stack",