summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2015-12-09 21:11:49 +0100
committerAndy Polyakov <appro@openssl.org>2015-12-10 11:58:56 +0100
commit7dcb21869bec05d574d55e4c29daa5d58480d2a1 (patch)
treed25ff5bae707fb2c7fb9384e32c891c75ffb93a1 /Makefile.org
parenta0ffedaf7bb7b457b42108b8819d00e64003b3a9 (diff)
Add reference ChaCha20 and Poly1305 implementations.
Reviewed-by: Emilia Käsper <emilia@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Kurt Roeckx <kurt@openssl.org>
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 8f64a987bc..cadcaadca0 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -138,8 +138,8 @@ INSTALL_SUBS= engines apps tools
# dirs in crypto to build
SDIRS= \
objects \
- md2 md4 md5 sha mdc2 hmac ripemd whrlpool \
- des aes rc2 rc4 rc5 idea bf cast camellia seed modes \
+ md2 md4 md5 sha mdc2 hmac ripemd whrlpool poly1305 \
+ des aes rc2 rc4 rc5 idea bf cast camellia seed chacha modes \
bn ec rsa dsa dh dso engine \
buffer bio stack lhash rand err \
evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui \