From 7459b5b892d9f777c29d537f55cef92da4f41377 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Thu, 22 Nov 2012 21:11:34 -0800 Subject: [PATCH] removed the use psk identity hint from the test client code --- examples/client/client.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/client/client.c b/examples/client/client.c index 27152a689..70d562024 100644 --- a/examples/client/client.c +++ b/examples/client/client.c @@ -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