From eab5de765517ac8a34d2dad8e13d05ed0a582dc7 Mon Sep 17 00:00:00 2001 From: Todd A Ouska Date: Mon, 6 Jun 2011 11:14:05 -0700 Subject: [PATCH] fix tls warning on small build --- include/cyassl_int.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/cyassl_int.h b/include/cyassl_int.h index 37dc11591..a486d3ffb 100644 --- a/include/cyassl_int.h +++ b/include/cyassl_int.h @@ -1208,12 +1208,11 @@ CYASSL_LOCAL void ShrinkInputBuffer(SSL* ssl, int forcedFree); CYASSL_LOCAL void ShrinkOutputBuffer(SSL* ssl); CYASSL_LOCAL int SendHelloVerifyRequest(SSL* ssl); CYASSL_LOCAL Signer* GetCA(Signer* signers, byte* hash); +CYASSL_LOCAL void BuildTlsFinished(SSL* ssl, Hashes* hashes,const byte* sender); #ifndef NO_TLS CYASSL_LOCAL int MakeTlsMasterSecret(SSL*); CYASSL_LOCAL void TLS_hmac(SSL* ssl, byte* digest, const byte* buffer, word32 sz, int content, int verify); - CYASSL_LOCAL void BuildTlsFinished(SSL* ssl, Hashes* hashes, - const byte* sender); #endif #ifndef NO_CYASSL_CLIENT