diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2015-12-10 00:51:13 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2015-12-10 00:57:19 +0100 |
commit | 59ff61f3571f493403c41b69407b9f94457d3be8 (patch) | |
tree | 5eb7b73232d81db5aa2e2a7d1d80c5155848c5bc /util/mkfiles.pl | |
parent | Fix warnings about unused variables when EC is disabled. (diff) | |
download | openssl-59ff61f3571f493403c41b69407b9f94457d3be8.tar.xz openssl-59ff61f3571f493403c41b69407b9f94457d3be8.zip |
remove deleted directories from mkfiles.pl
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'util/mkfiles.pl')
-rwxr-xr-x | util/mkfiles.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/mkfiles.pl b/util/mkfiles.pl index 6e43cbfae0..b03abc9c22 100755 --- a/util/mkfiles.pl +++ b/util/mkfiles.pl @@ -34,8 +34,6 @@ my @dirs = ( "crypto/dso", "crypto/dh", "crypto/ec", -"crypto/ecdh", -"crypto/ecdsa", "crypto/buffer", "crypto/bio", "crypto/stack", |