Skip to content
Snippets Groups Projects
Commit 5d7b155f authored by alexey.stratulat's avatar alexey.stratulat
Browse files

[*] Fix. Connection of python header file.

parent d47c000f
No related branches found
No related tags found
1 merge request!26Support 3689
#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" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment