diff options
author | tb <> | 2021-11-01 08:14:36 +0000 |
---|---|---|
committer | tb <> | 2021-11-01 08:14:36 +0000 |
commit | 9e4ccc5228dcbfa0dfefbcb77f4fbc4409e63949 (patch) | |
tree | 09eaa986df5bec5fc37f0dad91370c7d06c3f62e /src/lib/libcrypto/bio | |
parent | 24b324d6b70a17a56bae163dd5417bf00331ec48 (diff) | |
download | openbsd-9e4ccc5228dcbfa0dfefbcb77f4fbc4409e63949.tar.gz openbsd-9e4ccc5228dcbfa0dfefbcb77f4fbc4409e63949.tar.bz2 openbsd-9e4ccc5228dcbfa0dfefbcb77f4fbc4409e63949.zip |
Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is
no longer needed.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/bio')
-rw-r--r-- | src/lib/libcrypto/bio/bio.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/bio/bio.h b/src/lib/libcrypto/bio/bio.h index 735d16e6b9..78949f051e 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.46 2021/10/24 13:46:56 tb Exp $ */ | 1 | /* $OpenBSD: bio.h,v 1.47 2021/11/01 08:14:36 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 | * |
@@ -607,9 +607,7 @@ int BIO_free(BIO *a); | |||
607 | int BIO_up_ref(BIO *bio); | 607 | int BIO_up_ref(BIO *bio); |
608 | void *BIO_get_data(BIO *a); | 608 | void *BIO_get_data(BIO *a); |
609 | void BIO_set_data(BIO *a, void *ptr); | 609 | void BIO_set_data(BIO *a, void *ptr); |
610 | #if defined(LIBRESSL_NEW_API) | ||
611 | int BIO_get_init(BIO *a); | 610 | int BIO_get_init(BIO *a); |
612 | #endif | ||
613 | void BIO_set_init(BIO *a, int init); | 611 | void BIO_set_init(BIO *a, int init); |
614 | int BIO_get_shutdown(BIO *a); | 612 | int BIO_get_shutdown(BIO *a); |
615 | void BIO_set_shutdown(BIO *a, int shut); | 613 | void BIO_set_shutdown(BIO *a, int shut); |