aboutsummaryrefslogtreecommitdiffstats
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 52f5da8b12..b2eb9ad141 100644
--- a/crypto/bio/bss_null.c
+++ b/crypto/bio/bss_null.c
@@ -59,7 +59,7 @@
#include <stdio.h>
#include <errno.h>
#include "cryptlib.h"
-#include "bio.h"
+#include <openssl/bio.h>
#ifndef NOPROTO
static int null_write(BIO *h,char *buf,int num);