X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2FMakefile.ssl;h=d2219170d0341b9c661c2ae126c9c21dd0b0f3a9;hp=4e43a99dc0c1648899b64b865192bb520755ff27;hb=73934800474e5b333af2bff0a8f79f13405fb500;hpb=eaecdc71eb4477f4ea2690262f024235a9729011 diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index 4e43a99dc0..d2219170d0 100644 --- a/crypto/Makefile.ssl +++ b/crypto/Makefile.ssl @@ -32,8 +32,8 @@ SDIRS= md2 md5 sha mdc2 hmac ripemd \ GENERAL=Makefile README LIB= $(TOP)/libcrypto.a -LIBSRC= cryptlib.c mem.c cversion.c ex_data.c tmdiff.c -LIBOBJ= cryptlib.o mem.o cversion.o ex_data.o tmdiff.o +LIBSRC= cryptlib.c mem.c cversion.c ex_data.c tmdiff.c cpt_err.c +LIBOBJ= cryptlib.o mem.o cversion.o ex_data.o tmdiff.o cpt_err.o SRC= $(LIBSRC)