From 3065ef4afc52c0bbb4313cc28984066fa8702c67 Mon Sep 17 00:00:00 2001 From: Alexey Stratulat <alexey.stratulat@demlabs.net> Date: Fri, 26 Jul 2019 18:26:07 +0700 Subject: [PATCH] [*] Fix. Connection header file. --- include/libdap-crypto-python.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/libdap-crypto-python.h b/include/libdap-crypto-python.h index fe484f93..d08e4011 100644 --- a/include/libdap-crypto-python.h +++ b/include/libdap-crypto-python.h @@ -8,7 +8,6 @@ #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