diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-06-24 19:31:51 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-06-24 19:31:51 +0000 |
commit | 9049d769ba184ea4b546a7930235c16eb86597ff (patch) | |
tree | 77ac0d31af6dc5f75ce0d9c27e96203aa8a8dc6d /lib/libcrypto/evp/evp.h | |
parent | 5024840923c9618021677bb3465ac50bb5a45143 (diff) |
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.
Diffstat (limited to 'lib/libcrypto/evp/evp.h')
-rw-r--r-- | lib/libcrypto/evp/evp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/evp/evp.h b/lib/libcrypto/evp/evp.h index b504301b0af..41b02594029 100644 --- a/lib/libcrypto/evp/evp.h +++ b/lib/libcrypto/evp/evp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: evp.h,v 1.37 2014/06/12 15:49:29 deraadt Exp $ */ +/* $OpenBSD: evp.h,v 1.38 2014/06/24 19:31:50 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -636,7 +636,6 @@ int EVP_CIPHER_CTX_rand_key(EVP_CIPHER_CTX *ctx, unsigned char *key); BIO_METHOD *BIO_f_md(void); BIO_METHOD *BIO_f_base64(void); BIO_METHOD *BIO_f_cipher(void); -BIO_METHOD *BIO_f_reliable(void); void BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k, const unsigned char *i, int enc); #endif |