summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-05-01 03:53:12 +0000
committerRichard Levitte <levitte@openssl.org>2003-05-01 03:53:12 +0000
commita5db6fa5760f21d16d59e025e930c02456e00fef (patch)
tree66a42dd4562e482cd21706a7157e584d3e8e723d /Makefile.org
parent9236b5b01351315532a36764f1d844d6b2d744c9 (diff)
Define a STORE type. For documentation, read the entry in CHANGES,
crypto/store/README, crypto/store/store.h and crypto/store/str_locl.h.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 6f2188ad82..02cad4dfac 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -178,7 +178,8 @@ SDIRS= \
des rc2 rc4 rc5 idea bf cast \
bn ec rsa dsa ecdsa dh ecdh dso engine aes \
buffer bio stack lhash rand err objects \
- evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui krb5
+ evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui krb5 \
+ store
# tests to perform. "alltests" is a special word indicating that all tests
# should be performed.