Moved to advanced ciphersuite representation and more dynamic SSL code
diff --git a/programs/x509/cert_app.c b/programs/x509/cert_app.c
index 2fb0c85..c9f74dd 100644
--- a/programs/x509/cert_app.c
+++ b/programs/x509/cert_app.c
@@ -1,7 +1,7 @@
 /*
  *  Certificate reading application
  *
- *  Copyright (C) 2006-2011, Brainspark B.V.
+ *  Copyright (C) 2006-2013, Brainspark B.V.
  *
  *  This file is part of PolarSSL (http://www.polarssl.org)
  *  Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
@@ -284,8 +284,6 @@
         ssl_set_bio( &ssl, net_recv, &server_fd,
                 net_send, &server_fd );
 
-        ssl_set_ciphersuites( &ssl, ssl_default_ciphersuites );
-
         ssl_set_own_cert( &ssl, &clicert, &rsa );
 
         ssl_set_hostname( &ssl, opt.server_name );