Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2003-07-27 21:00:51 +0400
committerBen Laurie <ben@openssl.org>2003-07-27 21:00:51 +0400
commit75622f1ece530cab5ee1864c8d1e3d2dec5d6913 (patch)
tree6d4c63b1c0c66f76236f4985722c5e3a548175b7 /util
parenta052dd6532321ebb01936d1dcdb99481f741ad6a (diff)
Unfinished FIPS stuff for review/improvement.
Diffstat (limited to 'util')
-rw-r--r--util/mkerr.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/mkerr.pl b/util/mkerr.pl
index 1b2915c767..e3215e27a3 100644
--- a/util/mkerr.pl
+++ b/util/mkerr.pl
@@ -41,7 +41,8 @@ while (@ARGV) {
}
if($recurse) {
- @source = (<crypto/*.c>, <crypto/*/*.c>, <ssl/*.c>);
+ @source = (<crypto/*.c>, <crypto/*/*.c>, <ssl/*.c>, <fips/*.c>,
+ <fips/*/*.c>);
} else {
@source = @ARGV;
}