summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-11-29 09:19:12 +0000
committerRichard Levitte <levitte@openssl.org>2003-11-29 09:19:12 +0000
commitd87b79bf31ccbc2da5e80e9e43f6558d3803b65e (patch)
tree1102ea07a7f20545edfd9d27586abc78ded0e234 /crypto/Makefile.ssl
parent70ef9c5a3ddf317b204c7f77aa3fc01b5ebeb0fb (diff)
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.
Diffstat (limited to 'crypto/Makefile.ssl')
-rw-r--r--crypto/Makefile.ssl5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index 79dec73cfb..a81b367ccf 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -26,10 +26,11 @@ CFLAGS= $(INCLUDE) $(CFLAG)
LIBS=
-SDIRS= md2 md5 sha mdc2 hmac ripemd \
+SDIRS= objects \
+ md2 md4 md5 sha mdc2 hmac ripemd \
des rc2 rc4 rc5 idea bf cast \
bn ec rsa dsa ecdsa ecdh dh 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