Rename test_ca_list to test_cas_pem
diff --git a/programs/ssl/ssl_pthread_server.c b/programs/ssl/ssl_pthread_server.c
index 6a0ce35..e800197 100644
--- a/programs/ssl/ssl_pthread_server.c
+++ b/programs/ssl/ssl_pthread_server.c
@@ -424,8 +424,8 @@
         goto exit;
     }
 
-    ret = x509_crt_parse( &srvcert, (const unsigned char *) test_ca_list,
-                          test_ca_list_len );
+    ret = x509_crt_parse( &srvcert, (const unsigned char *) test_cas_pem,
+                          test_cas_pem_len );
     if( ret != 0 )
     {
         polarssl_printf( " failed\n  !  x509_crt_parse returned %d\n\n", ret );