From eeece1df1e0f9a97790ac343efe0675bc3c33644 Mon Sep 17 00:00:00 2001 From: David Garske Date: Thu, 12 Jul 2018 12:13:10 -0700 Subject: [PATCH] Fix for duplicate declaration of `EccMakeKey`. --- wolfssl/internal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/wolfssl/internal.h b/wolfssl/internal.h index 267de61f7..eec29bc28 100644 --- a/wolfssl/internal.h +++ b/wolfssl/internal.h @@ -3940,7 +3940,6 @@ WOLFSSL_LOCAL int wolfSSL_GetMaxRecordSize(WOLFSSL* ssl, int maxFragment); #endif /* !NO_RSA */ #ifdef HAVE_ECC - WOLFSSL_LOCAL int EccMakeKey(WOLFSSL* ssl, ecc_key* key, ecc_key* peer); WOLFSSL_LOCAL int EccSign(WOLFSSL* ssl, const byte* in, word32 inSz, byte* out, word32* outSz, ecc_key* key, DerBuffer* keyBufInfo); WOLFSSL_LOCAL int EccVerify(WOLFSSL* ssl, const byte* in, word32 inSz,