removed the use psk identity hint from the test client code

This commit is contained in:
John Safranek 2012-11-22 21:11:34 -08:00
parent 699b794a4a
commit 7459b5b892

View File

@ -281,7 +281,6 @@ void client_test(void* args)
if (usePsk) {
#ifndef NO_PSK
CyaSSL_CTX_set_psk_client_callback(ctx, my_psk_client_cb);
CyaSSL_CTX_use_psk_identity_hint(ctx, "cyassl_client");
if (cipherList == NULL) {
const char *defaultCipherList;
#ifdef HAVE_NULL_CIPHER