summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorAdam Eijdenberg <eijdenberg@google.com>2015-09-15 09:13:48 -0700
committerEmilia Kasper <emilia@openssl.org>2015-10-09 11:32:25 +0200
commit3149baf83cb703f060b1e6eeb440a45e010a626b (patch)
tree17dc1557fdc833c8ee969280339e12c1ab144ab4 /Makefile.org
parent329428708d6836676f6a7078aa2e2a1db9a1addb (diff)
Initial commit for Certificate Transparency support
Original authors: Rob Stradling <rob@comodo.com> Dr. Stephen Henson <steve@openssl.org> Reviewed-by: Emilia Kasper <emilia@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index b6bce44d95..3ecc5c5a0c 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -143,7 +143,7 @@ SDIRS= \
bn ec rsa dsa ecdsa dh ecdh dso engine \
buffer bio stack lhash rand err \
evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui \
- cms pqueue ts jpake srp store cmac
+ cms pqueue ts jpake srp store cmac ct
# keep in mind that the above list is adjusted by ./Configure
# according to no-xxx arguments...