From d87b79bf31ccbc2da5e80e9e43f6558d3803b65e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 29 Nov 2003 09:19:12 +0000 Subject: Damnit, I'm sick of having to do something special every time a module that gets built before objects barfs all over the place because it uses a new NID that hasn't had a chance of getting defined yet (in this case, it was about a couple of new EC curves, and therefore a couple of new corresponding NIDs). I'm placing objects first in SDIRS! There. --- Makefile.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.org') diff --git a/Makefile.org b/Makefile.org index ab3a96adae..5c3e60ff07 100644 --- a/Makefile.org +++ b/Makefile.org @@ -174,10 +174,11 @@ SHLIBDIRS= crypto ssl # dirs in crypto to build SDIRS= \ + objects \ md2 md4 md5 sha mdc2 hmac ripemd \ des rc2 rc4 rc5 idea bf cast \ bn ec rsa dsa ecdsa dh ecdh dso engine aes \ - buffer bio stack lhash rand err objects \ + buffer bio stack lhash rand err \ evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui krb5 \ store -- cgit v1.2.3