summaryrefslogtreecommitdiff
path: root/src/apk_blob.h
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2018-10-26 08:21:52 +0300
committerTimo Teräs <timo.teras@iki.fi>2018-10-26 08:22:08 +0300
commitbeab8545ebb2898a2beb157a4d9424ebddf3e26f (patch)
treec85cc3d47cde7f8a1a368f4f7bfad6ccac3b1015 /src/apk_blob.h
parent40ffdfe623c73c3fdba15fd24bd05d206eff7aad (diff)
downloadapk-tools-beab8545ebb2898a2beb157a4d9424ebddf3e26f.tar.gz
apk-tools-beab8545ebb2898a2beb157a4d9424ebddf3e26f.tar.bz2
apk-tools-beab8545ebb2898a2beb157a4d9424ebddf3e26f.tar.xz
apk-tools-beab8545ebb2898a2beb157a4d9424ebddf3e26f.zip
add support for openssl 1.1
Diffstat (limited to 'src/apk_blob.h')
-rw-r--r--src/apk_blob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apk_blob.h b/src/apk_blob.h
index 2d2e30e..4fdd3be 100644
--- a/src/apk_blob.h
+++ b/src/apk_blob.h
@@ -14,9 +14,9 @@
#include <ctype.h>
#include <string.h>
-#include <openssl/evp.h>
#include "apk_defines.h"
+#include "apk_openssl.h"
typedef const unsigned char *apk_spn_match;
typedef unsigned char apk_spn_match_def[256 / 8];