Force default value to curve parameter
diff --git a/library/ssl_srv.c b/library/ssl_srv.c
index 8bdf237..d99f105 100644
--- a/library/ssl_srv.c
+++ b/library/ssl_srv.c
@@ -2250,7 +2250,7 @@
          *     ECPoint      public;
          * } ServerECDHParams;
          */
-        const ecp_curve_info **curve;
+        const ecp_curve_info **curve = NULL;
 #if defined(POLARSSL_SSL_SET_CURVES)
         const ecp_group_id *gid;