From: Richard Levitte Date: Thu, 31 Jul 2003 21:30:07 +0000 (+0000) Subject: If FDIRS is to be treated like SDIRS, let's not forget to initialize X-Git-Tag: OpenSSL_0_9_7c~43 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=475e8d3d1d562a7553923a97fd4256500393eca6;p=oweals%2Fopenssl.git If FDIRS is to be treated like SDIRS, let's not forget to initialize it in Makefile.org. --- diff --git a/Makefile.org b/Makefile.org index ca75880ae2..cfdab96a86 100644 --- a/Makefile.org +++ b/Makefile.org @@ -184,6 +184,8 @@ SDIRS= objects \ buffer bio stack lhash rand err \ evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui krb5 +FDIRS= rand sha1 des aes dsa + # tests to perform. "alltests" is a special word indicating that all tests # should be performed. TESTS = alltests