From 9e4ccc5228dcbfa0dfefbcb77f4fbc4409e63949 Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 1 Nov 2021 08:14:36 +0000 Subject: Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is no longer needed. ok jsing --- src/lib/libcrypto/bio/bio.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/bio') 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 @@ -/* $OpenBSD: bio.h,v 1.46 2021/10/24 13:46:56 tb Exp $ */ +/* $OpenBSD: bio.h,v 1.47 2021/11/01 08:14:36 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -607,9 +607,7 @@ int BIO_free(BIO *a); int BIO_up_ref(BIO *bio); void *BIO_get_data(BIO *a); void BIO_set_data(BIO *a, void *ptr); -#if defined(LIBRESSL_NEW_API) int BIO_get_init(BIO *a); -#endif void BIO_set_init(BIO *a, int init); int BIO_get_shutdown(BIO *a); void BIO_set_shutdown(BIO *a, int shut); -- cgit v1.2.3-55-g6feb