diff options
| author | tb <> | 2022-01-14 07:49:49 +0000 |
|---|---|---|
| committer | tb <> | 2022-01-14 07:49:49 +0000 |
| commit | 82ec18edf4e632f36b6f79c239fdb6961d421a82 (patch) | |
| tree | 86eaa4f6c31663bf615ddba9616c66030e99b5c9 /src/lib/libcrypto/bio/bio.h | |
| parent | 163a624a23b933641073fc0e8e52a5541d86335b (diff) | |
| download | openbsd-82ec18edf4e632f36b6f79c239fdb6961d421a82.tar.gz openbsd-82ec18edf4e632f36b6f79c239fdb6961d421a82.tar.bz2 openbsd-82ec18edf4e632f36b6f79c239fdb6961d421a82.zip | |
Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API
This marks the start of major surgery in libcrypto. Do not attempt to
build the tree for a while (~50 commits).
Diffstat (limited to 'src/lib/libcrypto/bio/bio.h')
| -rw-r--r-- | src/lib/libcrypto/bio/bio.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/bio/bio.h b/src/lib/libcrypto/bio/bio.h index 23d47367d4..d715deb2eb 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.50 2022/01/05 20:48:44 tb Exp $ */ | 1 | /* $OpenBSD: bio.h,v 1.51 2022/01/14 07:49:49 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 | * |
| @@ -632,14 +632,10 @@ BIO * BIO_pop(BIO *b); | |||
| 632 | void BIO_free_all(BIO *a); | 632 | void BIO_free_all(BIO *a); |
| 633 | BIO * BIO_find_type(BIO *b, int bio_type); | 633 | BIO * BIO_find_type(BIO *b, int bio_type); |
| 634 | BIO * BIO_next(BIO *b); | 634 | BIO * BIO_next(BIO *b); |
| 635 | #if defined(LIBRESSL_OPAQUE_BIO) || defined(LIBRESSL_CRYPTO_INTERNAL) | ||
| 636 | void BIO_set_next(BIO *b, BIO *next); | 635 | void BIO_set_next(BIO *b, BIO *next); |
| 637 | #endif | ||
| 638 | BIO * BIO_get_retry_BIO(BIO *bio, int *reason); | 636 | BIO * BIO_get_retry_BIO(BIO *bio, int *reason); |
| 639 | int BIO_get_retry_reason(BIO *bio); | 637 | int BIO_get_retry_reason(BIO *bio); |
| 640 | #if defined(LIBRESSL_OPAQUE_BIO) || defined(LIBRESSL_CRYPTO_INTERNAL) | ||
| 641 | void BIO_set_retry_reason(BIO *bio, int reason); | 638 | void BIO_set_retry_reason(BIO *bio, int reason); |
| 642 | #endif | ||
| 643 | BIO * BIO_dup_chain(BIO *in); | 639 | BIO * BIO_dup_chain(BIO *in); |
| 644 | 640 | ||
| 645 | int BIO_nread0(BIO *bio, char **buf); | 641 | int BIO_nread0(BIO *bio, char **buf); |
