summaryrefslogtreecommitdiffstats
path: root/engines/ccgost/gost_ctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'engines/ccgost/gost_ctl.c')
-rw-r--r--engines/ccgost/gost_ctl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/ccgost/gost_ctl.c b/engines/ccgost/gost_ctl.c
index 85c2a0f2a4..d3cd171818 100644
--- a/engines/ccgost/gost_ctl.c
+++ b/engines/ccgost/gost_ctl.c
@@ -8,6 +8,8 @@
**********************************************************************/
#include <stdlib.h>
#include <string.h>
+#include <openssl/crypto.h>
+#include <openssl/err.h>
#include <openssl/engine.h>
#include <openssl/buffer.h>
#include "gost_lcl.h"