From b9773673f71ac7b6378782e5d44adac348569786 Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Thu, 17 May 2012 10:20:51 -0600 Subject: [PATCH] minor typo fix in PSK build --- src/ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssl.c b/src/ssl.c index f353ccd03..cf39c1c55 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -2857,7 +2857,7 @@ int CyaSSL_set_compression(CYASSL* ssl) InitSuites(&ssl->suites, ssl->version, ssl->options.haveDH, TRUE, ssl->options.haveNTRU, ssl->options.haveECDSA, - ssl->optoins.haveStaticECC, ssl->ctx->method->side); + ssl->options.haveStaticECC, ssl->ctx->method->side); }