summaryrefslogtreecommitdiffstats
path: root/engines/ccgost/gost94_keyx.c
diff options
context:
space:
mode:
authorEmilia Kasper <emilia@openssl.org>2014-12-05 16:08:12 +0100
committerEmilia Kasper <emilia@openssl.org>2014-12-05 16:18:20 +0100
commitf50ffd10fa08c0762489119a4f36fa86163679ef (patch)
tree6655a5c89d77926396dbfced828974bf7e3fcac5 /engines/ccgost/gost94_keyx.c
parent33eab3f6af51c6d7fe68ee4960930df4f1616bd5 (diff)
Fix broken build
Add includes missing from commit 33eab3f6af51c6d7fe68ee4960930df4f1616bd5 Reviewed-by: Geoff Thorpe <geoff@openssl.org>
Diffstat (limited to 'engines/ccgost/gost94_keyx.c')
-rw-r--r--engines/ccgost/gost94_keyx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/ccgost/gost94_keyx.c b/engines/ccgost/gost94_keyx.c
index d48e21ae7c..79726c1be6 100644
--- a/engines/ccgost/gost94_keyx.c
+++ b/engines/ccgost/gost94_keyx.c
@@ -11,6 +11,7 @@
#include <string.h>
#include <openssl/dh.h>
#include <openssl/rand.h>
+#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/objects.h>
@@ -288,4 +289,3 @@ err:
GOST_KEY_TRANSPORT_free(gkt);
return -1;
}
-