summaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/bio/bf_buff.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2020-03-18 02:13:12 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2020-03-18 02:13:12 +0000
commit17f01e9963948a18f55eb97173123702c5dae671 (patch)
treebc68d611f898931c657418447120d2c674c1ff38 /crypto/openssl/crypto/bio/bf_buff.c
parent889d304bb46d7551805fd8e79815a50a4cddda6b (diff)
parentaa144ced5d61b5c7fb74acaebb37d85bd08f0416 (diff)
downloadsrc-test2-17f01e9963948a18f55eb97173123702c5dae671.tar.gz
src-test2-17f01e9963948a18f55eb97173123702c5dae671.zip
Merge OpenSSL 1.1.1e.
Notes
Notes: svn path=/head/; revision=359060
Diffstat (limited to 'crypto/openssl/crypto/bio/bf_buff.c')
-rw-r--r--crypto/openssl/crypto/bio/bf_buff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/bio/bf_buff.c b/crypto/openssl/crypto/bio/bf_buff.c
index 8e87a629b8b5..51ae1f918d87 100644
--- a/crypto/openssl/crypto/bio/bf_buff.c
+++ b/crypto/openssl/crypto/bio/bf_buff.c
@@ -9,7 +9,7 @@
#include <stdio.h>
#include <errno.h>
-#include "bio_lcl.h"
+#include "bio_local.h"
#include "internal/cryptlib.h"
static int buffer_write(BIO *h, const char *buf, int num);