summaryrefslogtreecommitdiffstats
path: root/crypto/ecdh/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2013-07-17 15:01:08 +0100
committerDr. Stephen Henson <steve@openssl.org>2013-07-17 21:45:00 +0100
commit25af7a5dbc05c7359d1d7f472d50d65a9d876b7e (patch)
tree2cc91a776a11118aa68be08f77ddb55157d186b3 /crypto/ecdh/Makefile
parent6af440ced43d766e418c2eb0cda1525eecd3e62b (diff)
Add support for X9.62 KDF.
Add X9.62 KDF to EC EVP_PKEY_METHOD.
Diffstat (limited to 'crypto/ecdh/Makefile')
-rw-r--r--crypto/ecdh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ecdh/Makefile b/crypto/ecdh/Makefile
index 5dbaccc298..8ca7526eb3 100644
--- a/crypto/ecdh/Makefile
+++ b/crypto/ecdh/Makefile
@@ -17,9 +17,9 @@ TEST=ecdhtest.c
APPS=
LIB=$(TOP)/libcrypto.a
-LIBSRC= ech_lib.c ech_ossl.c ech_key.c ech_err.c
+LIBSRC= ech_lib.c ech_ossl.c ech_key.c ech_err.c ech_kdf.c
-LIBOBJ= ech_lib.o ech_ossl.o ech_key.o ech_err.o
+LIBOBJ= ech_lib.o ech_ossl.o ech_key.o ech_err.o ech_kdf.o
SRC= $(LIBSRC)