aboutsummaryrefslogtreecommitdiffstats
path: root/src/apk_blob.h
diff options
context:
space:
mode:
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 2d2e30e31f..4fdd3be639 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];