Add FIPS selftests for ECDH algorithm.
[openssl.git] / fips / ecdh / Makefile
index 54ca9358f335335a8b2cbd5a78fdafb0c2cd8ccf..2605e4a6a1b225e157ce5edcda9d237cd3a16221 100644 (file)
@@ -22,8 +22,8 @@ TEST= fips_ecdhvs.c
 APPS=
 
 LIB=$(TOP)/libcrypto.a
 APPS=
 
 LIB=$(TOP)/libcrypto.a
-LIBSRC= 
-LIBOBJ= 
+LIBSRC= fips_ecdh_selftest.c
+LIBOBJ= fips_ecdh_selftest.o
 
 SRC= $(LIBSRC)
 
 
 SRC= $(LIBSRC)