aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/comp/c_rle.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/comp/c_rle.c')
-rw-r--r--crypto/comp/c_rle.c4
1 files changed, 2 insertions, 2 deletions
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 <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "objects.h"
-#include "comp.h"
+#include <openssl/objects.h>
+#include <openssl/comp.h>
static int rle_compress_block(COMP_CTX *ctx, unsigned char *out,
unsigned int olen, unsigned char *in, unsigned int ilen);