Use HX509_DEFAULT_OCSP_TIME_DIFF.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16887 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		@@ -103,7 +103,7 @@ hx509_context_init(hx509_context *context)
 | 
			
		||||
 | 
			
		||||
    ENGINE_add_conf_module();
 | 
			
		||||
 | 
			
		||||
    (*context)->ocsp_time_diff = 5 * 60;
 | 
			
		||||
    (*context)->ocsp_time_diff = HX509_DEFAULT_OCSP_TIME_DIFF;
 | 
			
		||||
 | 
			
		||||
    return 0;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user