Loading engines/ccgost/gost94_keyx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading Loading @@ -288,4 +289,3 @@ err: GOST_KEY_TRANSPORT_free(gkt); return -1; } engines/ccgost/gost_crypt.c +1 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ **********************************************************************/ #include <string.h> #include "gost89.h" #include <openssl/err.h> #include <openssl/rand.h> #include "e_gost_err.h" #include "gost_lcl.h" Loading Loading @@ -631,4 +632,3 @@ int gost_imit_cleanup(EVP_MD_CTX *ctx) memset(ctx->md_data,0,sizeof(struct ossl_gost_imit_ctx)); return 1; } engines/ccgost/gost_pmeth.c +1 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ #include <openssl/evp.h> #include <openssl/objects.h> #include <openssl/ec.h> #include <openssl/err.h> #include <openssl/x509v3.h> /*For string_to_hex */ #include <stdlib.h> #include <string.h> Loading Loading @@ -640,4 +641,3 @@ int register_pmeth_gost(int id, EVP_PKEY_METHOD **pmeth,int flags) return 1; } engines/ccgost/gost_sign.c +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ #include <openssl/rand.h> #include <openssl/bn.h> #include <openssl/dsa.h> #include <openssl/err.h> #include <openssl/evp.h> #include "gost_params.h" Loading Loading
engines/ccgost/gost94_keyx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading Loading @@ -288,4 +289,3 @@ err: GOST_KEY_TRANSPORT_free(gkt); return -1; }
engines/ccgost/gost_crypt.c +1 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ **********************************************************************/ #include <string.h> #include "gost89.h" #include <openssl/err.h> #include <openssl/rand.h> #include "e_gost_err.h" #include "gost_lcl.h" Loading Loading @@ -631,4 +632,3 @@ int gost_imit_cleanup(EVP_MD_CTX *ctx) memset(ctx->md_data,0,sizeof(struct ossl_gost_imit_ctx)); return 1; }
engines/ccgost/gost_pmeth.c +1 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ #include <openssl/evp.h> #include <openssl/objects.h> #include <openssl/ec.h> #include <openssl/err.h> #include <openssl/x509v3.h> /*For string_to_hex */ #include <stdlib.h> #include <string.h> Loading Loading @@ -640,4 +641,3 @@ int register_pmeth_gost(int id, EVP_PKEY_METHOD **pmeth,int flags) return 1; }
engines/ccgost/gost_sign.c +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ #include <openssl/rand.h> #include <openssl/bn.h> #include <openssl/dsa.h> #include <openssl/err.h> #include <openssl/evp.h> #include "gost_params.h" Loading