diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-09-03 13:00:26 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-09-03 13:00:26 +0000 |
commit | bb8c89a58dc3acbdac0eca9e42a49582b76fdde1 (patch) | |
tree | f6784958063328e8d24ab4692436f66df0af1280 /lib | |
parent | 8ea4c6553bbe6504e4677016c61cde0506658266 (diff) |
evp_test.o should not be included in libcrypto (it defines _main !!)
no version change for the shared libs; ok deraadt@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/crypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/crypto/Makefile b/lib/libssl/crypto/Makefile index a6cbe45e7e1..a98e51e4777 100644 --- a/lib/libssl/crypto/Makefile +++ b/lib/libssl/crypto/Makefile @@ -108,7 +108,7 @@ SRCS+= err.c err_all.c err_prn.c CFLAGS+= -I${LCRYPTO_SRC}/objects SRCS+= obj_dat.c obj_lib.c obj_err.c o_names.c CFLAGS+= -I${LCRYPTO_SRC}/evp -SRCS+= bio_b64.c e_bf.c evp_test.c m_sha.c p_open.c +SRCS+= bio_b64.c e_bf.c m_sha.c p_open.c SRCS+= bio_enc.c e_cast.c e_xcbc_d.c m_dss.c m_sha1.c p_seal.c SRCS+= bio_md.c e_des.c encode.c m_dss1.c names.c p_sign.c SRCS+= bio_ok.c e_des3.c evp_enc.c m_md2.c p_verify.c |