From: Richard Levitte Date: Thu, 15 Apr 2004 17:27:09 +0000 (+0000) Subject: Include fips/rsa among the directories to look in. X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=874d4089095305e7b01923b8ae1c409a24616426;p=oweals%2Fopenssl.git Include fips/rsa among the directories to look in. --- diff --git a/util/mkfiles.pl b/util/mkfiles.pl index 2ab548e68c..7c9d9d58e6 100755 --- a/util/mkfiles.pl +++ b/util/mkfiles.pl @@ -56,6 +56,7 @@ my @dirs = ( "fips/des", "fips/dsa", "fips/rand", +"fips/rsa", "fips/sha1", "ssl", "apps",