summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp.h
diff options
context:
space:
mode:
authormiod <>2014-06-24 19:31:50 +0000
committermiod <>2014-06-24 19:31:50 +0000
commit9e128b95b8a756730fcc5632b61591615c2b6aef (patch)
tree787c3c32c7d08be7d3468bc22d411990ffeaae9b /src/lib/libcrypto/evp/evp.h
parent91afc44f4392a7121e212cdeccb879d5a6fe1331 (diff)
downloadopenbsd-9e128b95b8a756730fcc5632b61591615c2b6aef.tar.gz
openbsd-9e128b95b8a756730fcc5632b61591615c2b6aef.tar.bz2
openbsd-9e128b95b8a756730fcc5632b61591615c2b6aef.zip
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 'src/lib/libcrypto/evp/evp.h')
-rw-r--r--src/lib/libcrypto/evp/evp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h
index b504301b0a..41b0259402 100644
--- a/src/lib/libcrypto/evp/evp.h
+++ b/src/lib/libcrypto/evp/evp.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: evp.h,v 1.37 2014/06/12 15:49:29 deraadt Exp $ */ 1/* $OpenBSD: evp.h,v 1.38 2014/06/24 19:31:50 miod Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -636,7 +636,6 @@ int EVP_CIPHER_CTX_rand_key(EVP_CIPHER_CTX *ctx, unsigned char *key);
636BIO_METHOD *BIO_f_md(void); 636BIO_METHOD *BIO_f_md(void);
637BIO_METHOD *BIO_f_base64(void); 637BIO_METHOD *BIO_f_base64(void);
638BIO_METHOD *BIO_f_cipher(void); 638BIO_METHOD *BIO_f_cipher(void);
639BIO_METHOD *BIO_f_reliable(void);
640void BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k, 639void BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k,
641 const unsigned char *i, int enc); 640 const unsigned char *i, int enc);
642#endif 641#endif