diff options
Diffstat (limited to 'src/apk_blob.h')
-rw-r--r-- | src/apk_blob.h | 2 |
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]; |