aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio/bss_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bio/bss_null.c')
-rw-r--r--crypto/bio/bss_null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bio/bss_null.c b/crypto/bio/bss_null.c
index 08f1d2bc98a3..e73ce7841d41 100644
--- a/crypto/bio/bss_null.c
+++ b/crypto/bio/bss_null.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 null_write(BIO *h, const char *buf, int num);