aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_file.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-02 16:23:26 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-03 19:37:07 +0100
commita5cc75d6615227e5307a1f9f17f762a7e2d8d3fb (patch)
tree7c4caf8d135b7f85259412dd91b9990c126e4934 /crypto/bio/bss_file.c
parent28a0841bf58e3813b2e07ad22f19484308e2f70a (diff)
downloadopenssl-a5cc75d6615227e5307a1f9f17f762a7e2d8d3fb.tar.gz
Refactoring BIO: Small adjustments
Because of the way bio_lcl.h is organised, we must not include internal/cryptlib.h before it. As a matter of fact, bio_lcl.h includes internal/cryptlib.h on its own. Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'crypto/bio/bss_file.c')
-rw-r--r--crypto/bio/bss_file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/bio/bss_file.c b/crypto/bio/bss_file.c
index 1e3f46345f..334eca038d 100644
--- a/crypto/bio/bss_file.c
+++ b/crypto/bio/bss_file.c
@@ -84,7 +84,6 @@
# include <stdio.h>
# include <errno.h>
-# include "internal/cryptlib.h"
# include "bio_lcl.h"
# include <openssl/err.h>