mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Force default value to curve parameter
This commit is contained in:
		
							parent
							
								
									93389cc620
								
							
						
					
					
						commit
						d893aef867
					
				@ -2250,7 +2250,7 @@ static int ssl_write_server_key_exchange( ssl_context *ssl )
 | 
				
			|||||||
         *     ECPoint      public;
 | 
					         *     ECPoint      public;
 | 
				
			||||||
         * } ServerECDHParams;
 | 
					         * } ServerECDHParams;
 | 
				
			||||||
         */
 | 
					         */
 | 
				
			||||||
        const ecp_curve_info **curve;
 | 
					        const ecp_curve_info **curve = NULL;
 | 
				
			||||||
#if defined(POLARSSL_SSL_SET_CURVES)
 | 
					#if defined(POLARSSL_SSL_SET_CURVES)
 | 
				
			||||||
        const ecp_group_id *gid;
 | 
					        const ecp_group_id *gid;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user