diff options
Diffstat (limited to 'crypto/bio/b_dump.c')
-rw-r--r-- | crypto/bio/b_dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bio/b_dump.c b/crypto/bio/b_dump.c index 839dfeb15e..71bbce8ce1 100644 --- a/crypto/bio/b_dump.c +++ b/crypto/bio/b_dump.c @@ -62,7 +62,7 @@ #include <stdio.h> #include "cryptlib.h" -#include "bio.h" +#include <openssl/bio.h> #define TRUNCATE #define DUMP_WIDTH 16 |