patches for easier mirroring, to eliminate a special copy, to make www.freebsd.org/security a full copy of security.freebsd.org and be eventually be the same. For now files are just sitting there. The symlinks are missing. Discussed on: www (repository location) Discussed with: simon (so)
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			388 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			388 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| Index: crypto/openssl/ssl/s3_clnt.c
 | |
| ===================================================================
 | |
| --- crypto/openssl/ssl/s3_clnt.c	(revision 215630)
 | |
| +++ crypto/openssl/ssl/s3_clnt.c	(working copy)
 | |
| @@ -1377,6 +1377,7 @@
 | |
|  		s->session->sess_cert->peer_ecdh_tmp=ecdh;
 | |
|  		ecdh=NULL;
 | |
|  		BN_CTX_free(bn_ctx);
 | |
| +		bn_ctx = NULL;
 | |
|  		EC_POINT_free(srvr_ecpoint);
 | |
|  		srvr_ecpoint = NULL;
 | |
|  		}
 |