From e66d863cd0f0b09a375c2fc9bff7bfd1e9c3a2a2 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 11 Jun 2003 04:46:08 +0000 Subject: [PATCH] Add crypto/store to the directories to look through. --- util/mkfiles.pl | 1 + 1 file changed, 1 insertion(+) 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", -- GitLab