Entropy collector and CTR-DRBG now also work on SHA-256 if SHA-512 not available
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index 625cafd..033c9fa 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -2318,7 +2318,7 @@
                             const ssl_ciphersuite_t *ciphersuite_info )
 {
 #if !defined(POLARSSL_SHA512_C)
-    ((void) ciphersuite);
+    ((void) ciphersuite_info);
 #endif
 
     if( ssl->minor_ver < SSL_MINOR_VERSION_3 )