summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-09-16 12:28:03 +0100
committerMatt Caswell <matt@openssl.org>2015-11-20 23:31:04 +0000
commita3667c316ae60ef454fb804221c3ca44af30a9aa (patch)
tree1312f97f35ad277d317e7ba71395deeb80cba67d /Makefile.org
parent757d14905e3877abaa9f258f3dd0694ae3c7c270 (diff)
Add async sub-library to libcrypto
Provides support for running asynchronous jobs. Currently this is completely stand alone. Future commits will integrate this into libssl and s_server/ s_client. An asynchronous capable engine will be required to see any benefit from this capability. 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 629cdaeffd..1c4fd98462 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 ct
+ cms pqueue ts jpake srp store cmac ct async
# keep in mind that the above list is adjusted by ./Configure
# according to no-xxx arguments...