aboutsummaryrefslogtreecommitdiff
path: root/gost_ec_keyx.c
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2015-10-06 21:13:04 +0300
committerDmitry Belyavskiy <beldmit@gmail.com>2015-10-06 21:13:04 +0300
commit2e3ebd289f98a4b3011cf28a8d2abf4f4398156c (patch)
tree3e46f48c1a6d46699ab570e38cf3a51fbf5d2b5f /gost_ec_keyx.c
parent067d9254cf2f6bd060a3a8e84b9402a49675f6a1 (diff)
downloadgost-engine-2e3ebd289f98a4b3011cf28a8d2abf4f4398156c.zip
gost-engine-2e3ebd289f98a4b3011cf28a8d2abf4f4398156c.tar.gz
gost-engine-2e3ebd289f98a4b3011cf28a8d2abf4f4398156c.tar.bz2
Build fix
Diffstat (limited to 'gost_ec_keyx.c')
-rw-r--r--gost_ec_keyx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gost_ec_keyx.c b/gost_ec_keyx.c
index c2a465b..594329b 100644
--- a/gost_ec_keyx.c
+++ b/gost_ec_keyx.c
@@ -8,6 +8,7 @@
* Requires OpenSSL 0.9.9 for compilation *
**********************************************************************/
#include <openssl/evp.h>
+#include <openssl/err.h>
#include <openssl/rand.h>
#include <string.h>
#include <openssl/objects.h>