X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fbio%2Fb_dump.c;h=b99ebc0486ebdf978f162e7d53961b490b3547e1;hb=706457b7bda7fdbab426b8dce83b318908339da4;hp=018c4acb27e6fdc11f6e6d44aebae054a6cafb89;hpb=25f2138b0ab54a65ba713c093ca3734d88f7cb51;p=oweals%2Fopenssl.git diff --git a/crypto/bio/b_dump.c b/crypto/bio/b_dump.c index 018c4acb27..b99ebc0486 100644 --- a/crypto/bio/b_dump.c +++ b/crypto/bio/b_dump.c @@ -12,7 +12,7 @@ */ #include -#include "bio_lcl.h" +#include "bio_local.h" #define DUMP_WIDTH 16 #define DUMP_WIDTH_LESS_INDENT(i) (DUMP_WIDTH - ((i - (i > 6 ? 6 : i) + 3) / 4))