early-access version 2698
This commit is contained in:
4
externals/libressl/crypto/bio/bss_bio.c
vendored
4
externals/libressl/crypto/bio/bss_bio.c
vendored
@@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: bss_bio.c,v 1.24 2018/05/01 13:29:09 tb Exp $ */
|
||||
/* $OpenBSD: bss_bio.c,v 1.25 2022/01/07 09:02:17 tb Exp $ */
|
||||
/* ====================================================================
|
||||
* Copyright (c) 1998-2003 The OpenSSL Project. All rights reserved.
|
||||
*
|
||||
@@ -84,6 +84,8 @@
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/crypto.h>
|
||||
|
||||
#include "bio_local.h"
|
||||
|
||||
static int bio_new(BIO *bio);
|
||||
static int bio_free(BIO *bio);
|
||||
static int bio_read(BIO *bio, char *buf, int size);
|
||||
|
Reference in New Issue
Block a user