aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/src/Makefile
diff options
context:
space:
mode:
authorAndreas Schultz <[email protected]>2013-10-30 19:58:09 +0100
committerAndreas Schultz <[email protected]>2014-01-13 13:00:24 +0100
commit23b298c13344f75ae1d9a17580dc53d0d50ef86b (patch)
tree05a16b64b5f2ba8e6accba26e341de43d24779f4 /lib/crypto/src/Makefile
parentac9b565b6c3c8ccaef5964a4aa9336e81abf6c55 (diff)
downloadotp-23b298c13344f75ae1d9a17580dc53d0d50ef86b.tar.gz
otp-23b298c13344f75ae1d9a17580dc53d0d50ef86b.tar.bz2
otp-23b298c13344f75ae1d9a17580dc53d0d50ef86b.zip
crypto: move elitic curve definitions from OpenSSL built-ins to Erlang
Decouple eliptic curve definition from OpenSSL and define them in Erlang.
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