aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/src/Makefile
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2014-01-17 14:30:48 +0100
committerHenrik Nord <[email protected]>2014-01-17 14:30:58 +0100
commit3199b4b663d82d83027fc74c8bf5b6c7849ad1d4 (patch)
tree00c95d6a9f0cb67fdb379fd91fc65fce2ff97acd /lib/crypto/src/Makefile
parent045fcfc02ace59d07618f8983809236642bba630 (diff)
parent8837c1be2ba8a3c123df3f5a87003daa9aac6539 (diff)
downloadotp-3199b4b663d82d83027fc74c8bf5b6c7849ad1d4.tar.gz
otp-3199b4b663d82d83027fc74c8bf5b6c7849ad1d4.tar.bz2
otp-3199b4b663d82d83027fc74c8bf5b6c7849ad1d4.zip
Merge branch 'RoadRunnr/ecdh_crypto'
* RoadRunnr/ecdh_crypto: crypto: selective support for GF2m curves ssl: add brainpool elliptic curves to TLS (RFC-7027) public_key: add brainpool elliptic curves (RFC-5639) crypto: document ec_curves/0 and ec_curve/1 crypto: add brainpool (RFC 5639) curves crypto: move elitic curve definitions from OpenSSL built-ins to Erlang crypto: add ECDH test vectors for more curves OTP-11578
Diffstat (limited to 'lib/crypto/src/Makefile')
-rw-r--r--lib/crypto/src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto/src/Makefile b/lib/crypto/src/Makefile
index 574c2076f2..eabfd676c5 100644
--- a/lib/crypto/src/Makefile
+++ b/lib/crypto/src/Makefile
@@ -37,6 +37,7 @@ RELSYSDIR = $(RELEASE_PATH)/lib/crypto-$(VSN)
MODULES= \
crypto_app \
crypto \
+ crypto_ec_curves \
crypto_server \
crypto_sup