提交 f50ffd10 编写于 作者: E Emilia Kasper

Fix broken build

Add includes missing from commit 33eab3f6Reviewed-by: NGeoff Thorpe <geoff@openssl.org>
上级 33eab3f6
......@@ -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;
}
......@@ -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"
......@@ -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;
}
......@@ -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>
......@@ -640,4 +641,3 @@ int register_pmeth_gost(int id, EVP_PKEY_METHOD **pmeth,int flags)
return 1;
}
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册