fix "#ifndef HZ" statement
PR: 1287
This commit is contained in:
		@@ -105,10 +105,10 @@ OPENSSL_DECLARE_EXIT
 | 
			
		||||
#ifndef HZ
 | 
			
		||||
#ifndef CLK_TCK
 | 
			
		||||
#define HZ	100.0
 | 
			
		||||
#endif
 | 
			
		||||
#else	/* CLK_TCK */
 | 
			
		||||
#define HZ ((double)CLK_TCK)
 | 
			
		||||
#endif
 | 
			
		||||
#endif	/* CLK_TCK */
 | 
			
		||||
#endif	/* HZ */
 | 
			
		||||
 | 
			
		||||
#define BUFSIZE	((long)1024)
 | 
			
		||||
long run=0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user