projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be6dc7e
)
add fips_algvs.c to restricted tarball
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 7 Nov 2011 13:54:30 +0000
(13:54 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 7 Nov 2011 13:54:30 +0000
(13:54 +0000)
util/fipsdist.pl
patch
|
blob
|
history
diff --git
a/util/fipsdist.pl
b/util/fipsdist.pl
index b191fbe41e0b0d6abb85777c80ec0e2bb5790bc3..e10a2fe8cf4f0c9aeb682ad78bc3a324f9b141cf 100644
(file)
--- a/
util/fipsdist.pl
+++ b/
util/fipsdist.pl
@@
-76,7
+76,7
@@
while (<STDIN>)
}
if (/^test\//)
{
- next unless /Makefile/ || /dummytest.c/;
+ next unless /Makefile/ || /dummytest.c/
|| /fips_algvs.c/
;
}
print "$_\n";
}