From 5d7b155f3857b19ebb41c3195a624fe1982fd138 Mon Sep 17 00:00:00 2001 From: Alexey Stratulat <alexey.stratulat@demlabs.net> Date: Fri, 26 Jul 2019 18:22:04 +0700 Subject: [PATCH] [*] Fix. Connection of python header file. --- include/libdap-crypto-python.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/libdap-crypto-python.h b/include/libdap-crypto-python.h index a56072a5..fe484f93 100644 --- a/include/libdap-crypto-python.h +++ b/include/libdap-crypto-python.h @@ -1,5 +1,5 @@ #define PY_SSIZE_T_CLEAN -#include <python3.7/Python.h> +#include <Python.h> #include "dap_enc.h" #include "dap_enc_key.h" #include "dap_common.h" @@ -8,6 +8,7 @@ #include "wrapping_dap_enc_key.h" #include "wrapping_dap_enc_iaes.h" #include "wrapping_dap_enc_oaes.h" +#include "wrapping_dap_enc_picnic.h" #ifdef __cplusplus extern "C" { -- GitLab