summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-11 12:52:51 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-11 12:52:51 +0000
commit5024b79f5c41d97f023a5dbb6142af906129bf86 (patch)
tree3e105544cee717dd51205106089ff5a3341e1069
parentc5ee394b58b819a03b3ee91ce68d591058e0eb3e (diff)
Inlcude README.ECC in FIPS restricted tarball.
-rw-r--r--util/fipsdist.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/fipsdist.pl b/util/fipsdist.pl
index 5e511f7916..30f7e71133 100644
--- a/util/fipsdist.pl
+++ b/util/fipsdist.pl
@@ -39,6 +39,7 @@ my %keep =
"Makefile.fips" => 1,
"Makefile.shared" => 1,
"README.FIPS" => 1,
+ "README.ECC" => 1,
"e_os.h" => 1,
"e_os2.h" => 1,
"Configure" => 1,