From: Richard Levitte Date: Wed, 11 Jun 2003 04:46:08 +0000 (+0000) Subject: Add crypto/store to the directories to look through. X-Git-Tag: BEN_FIPS_TEST_1~38^2~68 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=e66d863cd0f0b09a375c2fc9bff7bfd1e9c3a2a2;ds=sidebyside Add crypto/store to the directories to look through. --- diff --git a/util/mkfiles.pl b/util/mkfiles.pl index 70d1348a34..a95d14cc6a 100755 --- a/util/mkfiles.pl +++ b/util/mkfiles.pl @@ -53,6 +53,7 @@ my @dirs = ( "crypto/ocsp", "crypto/ui", "crypto/krb5", +"crypto/store", "ssl", "apps", "test",