X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fcomp%2Fc_rle.c;h=1a819e3737d9085d8221bc786eaad514c1b7371e;hb=60ed228e71b5c8cd7f596637b88836e17fe3df5a;hp=32fa05fa9ae984383a3c3f6b6a4049d4f79181ee;hpb=6b691a5c85ddc4e407e32781841fee5c029506cd;p=oweals%2Fopenssl.git diff --git a/crypto/comp/c_rle.c b/crypto/comp/c_rle.c index 32fa05fa9a..1a819e3737 100644 --- a/crypto/comp/c_rle.c +++ b/crypto/comp/c_rle.c @@ -1,8 +1,8 @@ #include #include #include -#include "objects.h" -#include "comp.h" +#include +#include static int rle_compress_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen);