From ee4b063b42908771e4ddc95c173f38da467e6950 Mon Sep 17 00:00:00 2001 From: toddouska Date: Thu, 2 Apr 2015 10:01:09 -0700 Subject: [PATCH] remove double define --- wolfssl/ssl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/wolfssl/ssl.h b/wolfssl/ssl.h index 62ef01a09..a5e0a64d8 100644 --- a/wolfssl/ssl.h +++ b/wolfssl/ssl.h @@ -891,7 +891,6 @@ WOLFSSL_API int wolfSSL_CTX_SetTmpDH(WOLFSSL_CTX*, const unsigned char* p, int pSz, const unsigned char* g, int gSz); WOLFSSL_API int wolfSSL_CTX_SetTmpDH_buffer(WOLFSSL_CTX*, const unsigned char* b, long sz, int format); -WOLFSSL_API int wolfSSL_CTX_SetTmpEC_DHE_Sz(WOLFSSL_CTX*, unsigned short); #ifndef NO_FILESYSTEM WOLFSSL_API int wolfSSL_CTX_SetTmpDH_file(WOLFSSL_CTX*, const char* f,