summaryrefslogtreecommitdiff
path: root/crypto/rand/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rand/Makefile.ssl')
-rw-r--r--crypto/rand/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/rand/Makefile.ssl b/crypto/rand/Makefile.ssl
index d04f0a9b43..ef693aec16 100644
--- a/crypto/rand/Makefile.ssl
+++ b/crypto/rand/Makefile.ssl
@@ -20,8 +20,8 @@ TEST= randtest.c
APPS=
LIB=$(TOP)/libcrypto.a
-LIBSRC=md_rand.c randfile.c
-LIBOBJ=md_rand.o randfile.o
+LIBSRC=md_rand.c randfile.c rand_lib.c
+LIBOBJ=md_rand.o randfile.o rand_lib.o
SRC= $(LIBSRC)