summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-01-25 01:09:21 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-01-25 01:09:21 +0000
commitf317aa4c9cb03dd680247bdcf6a22c1b799890e7 (patch)
tree8eb5c59eb4c833f0c9079d5b58782dd783ddb1e0 /Makefile.org
parentd0cc3d346001c181ef1f1aab986c4a3e6bd8624f (diff)
More X509 V3 stuff. Add support for extensions in the 'req' application
so that: openssl req -x509 -new -out cert.pem will take extensions from openssl.cnf a sample for a CA is included. Also change the directory order so pem is nearer the end. Otherwise 'make links' wont work because pem.h can't be built.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.org b/Makefile.org
index 1783db349b..b5621f2454 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -156,8 +156,8 @@ SDIRS= \
md2 md5 sha mdc2 hmac ripemd \
des rc2 rc4 rc5 idea bf cast \
bn rsa dsa dh \
- buffer bio stack lhash rand pem err objects \
- evp asn1 x509 x509v3 conf txt_db pkcs7 comp
+ buffer bio stack lhash rand err objects \
+ evp asn1 x509 x509v3 conf pem txt_db pkcs7 comp
# If you change the INSTALLTOP, make sure to also change the values
# in crypto/location.h