diff options
author | 2002-09-03 13:00:25 +0000 | |
---|---|---|
committer | 2002-09-03 13:00:25 +0000 | |
commit | 890f645ee470fcb6f4fc9c22d2a10e6d94dd5c8d (patch) | |
tree | 37463bf3acb8dc6b4774175f2652fbc52b526405 /lib/libssl | |
parent | Sync with tcpdump.org (diff) | |
download | wireguard-openbsd-890f645ee470fcb6f4fc9c22d2a10e6d94dd5c8d.tar.xz wireguard-openbsd-890f645ee470fcb6f4fc9c22d2a10e6d94dd5c8d.zip |
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/libssl')
-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 |