X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fbio%2Fbss_null.c;h=f677bbbb151fd933aadf84c268e9a76638e447d7;hb=706457b7bda7fdbab426b8dce83b318908339da4;hp=091f82f958cb80d73a03ac8f0c8113779b4d7359;hpb=25f2138b0ab54a65ba713c093ca3734d88f7cb51;p=oweals%2Fopenssl.git diff --git a/crypto/bio/bss_null.c b/crypto/bio/bss_null.c index 091f82f958..f677bbbb15 100644 --- a/crypto/bio/bss_null.c +++ b/crypto/bio/bss_null.c @@ -9,7 +9,7 @@ #include #include -#include "bio_lcl.h" +#include "bio_local.h" #include "internal/cryptlib.h" static int null_write(BIO *h, const char *buf, int num);