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.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/lib/libcrypto/bio/bio.h b/src/lib/libcrypto/bio/bio.h
index 124690b1ee..8450780f69 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.58 2023/07/05 19:25:01 tb Exp $ */ 1/* $OpenBSD: bio.h,v 1.59 2023/07/28 09:58:30 tb 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 *
@@ -371,11 +371,6 @@ int BIO_meth_set_callback_ctrl(BIO_METHOD *biom,
371#define BIO_C_RESET_READ_REQUEST 147 371#define BIO_C_RESET_READ_REQUEST 147
372#define BIO_C_SET_MD_CTX 148 372#define BIO_C_SET_MD_CTX 148
373 373
374#define BIO_C_SET_PREFIX 149
375#define BIO_C_GET_PREFIX 150
376#define BIO_C_SET_SUFFIX 151
377#define BIO_C_GET_SUFFIX 152
378
379#define BIO_C_SET_EX_ARG 153 374#define BIO_C_SET_EX_ARG 153
380#define BIO_C_GET_EX_ARG 154 375#define BIO_C_GET_EX_ARG 154
381 376
@@ -535,16 +530,6 @@ CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
535unsigned long BIO_number_read(BIO *bio); 530unsigned long BIO_number_read(BIO *bio);
536unsigned long BIO_number_written(BIO *bio); 531unsigned long BIO_number_written(BIO *bio);
537 532
538/* For BIO_f_asn1() */
539int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix,
540asn1_ps_func *prefix_free);
541int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix,
542asn1_ps_func **pprefix_free);
543int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix,
544asn1_ps_func *suffix_free);
545int BIO_asn1_get_suffix(BIO *b, asn1_ps_func **psuffix,
546asn1_ps_func **psuffix_free);
547
548int BIO_get_new_index(void); 533int BIO_get_new_index(void);
549const BIO_METHOD *BIO_s_file(void); 534const BIO_METHOD *BIO_s_file(void);
550BIO *BIO_new_file(const char *filename, const char *mode); 535BIO *BIO_new_file(const char *filename, const char *mode);