Browse Source

Remove BIO_f_reliable(), guilty of playing with EVP_MD_CTX internals it

should not know anything about. Verified not to be used in ports; riding upon
the recent libcrypto major bump.
OPENBSD_5_6
miod 10 years ago
parent
commit
d97cb916df
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libcrypto/crypto/Makefile

+ 2
- 2
src/lib/libcrypto/crypto/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.40 2014/06/11 15:08:41 deraadt Exp $
# $OpenBSD: Makefile,v 1.41 2014/06/24 19:31:50 miod Exp $
LIB= crypto
@ -149,7 +149,7 @@ SRCS+= m_null.c m_md4.c m_md5.c m_sha.c m_sha1.c m_wp.c
SRCS+= m_dss.c m_dss1.c m_mdc2.c m_ripemd.c m_ecdsa.c
SRCS+= p_open.c p_seal.c p_sign.c p_verify.c p_lib.c p_enc.c p_dec.c
SRCS+= bio_md.c bio_b64.c bio_enc.c evp_err.c e_null.c
SRCS+= c_all.c c_allc.c c_alld.c evp_lib.c bio_ok.c
SRCS+= c_all.c c_allc.c c_alld.c evp_lib.c
SRCS+= evp_pkey.c evp_pbe.c p5_crpt.c p5_crpt2.c
SRCS+= e_old.c pmeth_lib.c pmeth_fn.c pmeth_gn.c m_sigver.c
SRCS+= e_aes_cbc_hmac_sha1.c e_rc4_hmac_md5.c


Loading…
Cancel
Save