summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/bio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/bio/bio.h')
-rw-r--r--src/lib/libcrypto/bio/bio.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/lib/libcrypto/bio/bio.h b/src/lib/libcrypto/bio/bio.h
index a50fb16342..8327ffc071 100644
--- a/src/lib/libcrypto/bio/bio.h
+++ b/src/lib/libcrypto/bio/bio.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: bio.h,v 1.63 2024/03/02 09:22:41 tb Exp $ */ 1/* $OpenBSD: bio.h,v 1.64 2024/05/19 07:12:50 jsg 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 *
@@ -364,10 +364,6 @@ int BIO_meth_set_callback_ctrl(BIO_METHOD *biom,
364#define BIO_C_GET_WRITE_GUARANTEE 140 364#define BIO_C_GET_WRITE_GUARANTEE 140
365#define BIO_C_GET_READ_REQUEST 141 365#define BIO_C_GET_READ_REQUEST 141
366#define BIO_C_SHUTDOWN_WR 142 366#define BIO_C_SHUTDOWN_WR 142
367#define BIO_C_NREAD0 143
368#define BIO_C_NREAD 144
369#define BIO_C_NWRITE0 145
370#define BIO_C_NWRITE 146
371#define BIO_C_RESET_READ_REQUEST 147 367#define BIO_C_RESET_READ_REQUEST 147
372#define BIO_C_SET_MD_CTX 148 368#define BIO_C_SET_MD_CTX 148
373 369
@@ -566,11 +562,6 @@ int BIO_get_retry_reason(BIO *bio);
566void BIO_set_retry_reason(BIO *bio, int reason); 562void BIO_set_retry_reason(BIO *bio, int reason);
567BIO * BIO_dup_chain(BIO *in); 563BIO * BIO_dup_chain(BIO *in);
568 564
569int BIO_nread0(BIO *bio, char **buf);
570int BIO_nread(BIO *bio, char **buf, int num);
571int BIO_nwrite0(BIO *bio, char **buf);
572int BIO_nwrite(BIO *bio, char **buf, int num);
573
574long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi, 565long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi,
575 long argl, long ret); 566 long argl, long ret);
576 567