"make depend". This takes into account the algorithms that are now
authorBodo Möller <bodo@openssl.org>
Sun, 13 Mar 2005 19:49:47 +0000 (19:49 +0000)
committerBodo Möller <bodo@openssl.org>
Sun, 13 Mar 2005 19:49:47 +0000 (19:49 +0000)
commit9f6715d4bb239b5c7135214ee0ee97bf1e08317f
tree23ba5853e57f07d45b4fc8123a6d63e2a0a812b0
parentab185b6038537fdab73a586289b0f02d74a5145d
"make depend".  This takes into account the algorithms that are now
disabled by default (MDC2 and RC5), which until now were skipped
by "make links" and yet supposedly required by some of the Makefiles,
meaning that the recent snapshots failed to compile.

Problem reported by Nils Larsch.
apps/Makefile.ssl
crypto/evp/Makefile.ssl
test/Makefile.ssl