Commit f50ffd10 authored by Emilia Kasper's avatar Emilia Kasper
Browse files

Fix broken build



Add includes missing from commit 33eab3f6

Reviewed-by: default avatarGeoff Thorpe <geoff@openssl.org>
parent 33eab3f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}	
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}
+1 −0
Original line number Diff line number Diff line
@@ -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"