Typo in cipher suite pre-processor macro

This commit is contained in:
kaleb-himes 2017-04-03 10:03:19 -06:00 committed by David Garske
parent 4e703b6805
commit b827380baf
1 changed files with 1 additions and 1 deletions

View File

@ -2510,7 +2510,7 @@ void InitSuites(Suites* suites, ProtocolVersion pv, word16 haveRSA,
}
#endif
#ifdef BUILD_TLS_DHE_WITH_RSA_CAMELLIA_256_CBC_SHA
#ifdef BUILD_TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA
if (tls && haveDH && haveRSA) {
suites->suites[idx++] = 0;
suites->suites[idx++] = TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA;