aboutsummaryrefslogtreecommitdiff
path: root/gost_lcl.h
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2021-02-13 14:50:49 +0100
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2021-10-11 19:34:09 +0300
commit265d89dcbce7fce4fa2b560b70597132fd8eb3b2 (patch)
tree52a028123493f28252b39bbb3d1aa1a38edf361d /gost_lcl.h
parent23ccf9300e496e115742a44d5f52490f431156f5 (diff)
downloadgost-engine-265d89dcbce7fce4fa2b560b70597132fd8eb3b2.zip
gost-engine-265d89dcbce7fce4fa2b560b70597132fd8eb3b2.tar.gz
gost-engine-265d89dcbce7fce4fa2b560b70597132fd8eb3b2.tar.bz2
Making a gost provider - Add the provider foundation
This adds the source to get a minimal provider that provides... nothing.
Diffstat (limited to 'gost_lcl.h')
-rw-r--r--gost_lcl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gost_lcl.h b/gost_lcl.h
index c518ed0..4801e17 100644
--- a/gost_lcl.h
+++ b/gost_lcl.h
@@ -10,6 +10,7 @@
* OpenSSL 0.9.9 libraries required to compile and use *
* this code *
**********************************************************************/
+# include <openssl/core.h>
# include <openssl/bn.h>
# include <openssl/evp.h>
# include <openssl/asn1t.h>