mirror of https://github.com/openssl/openssl.git
				
				
				
			cyclecount is only used when __GNUC__ isn't defined.
This commit is contained in:
		
							parent
							
								
									676432d4e1
								
							
						
					
					
						commit
						159cf04e86
					
				|  | @ -525,11 +525,12 @@ void RAND_screen(void) /* function available for backward compatibility */ | ||||||
| /* feed timing information to the PRNG */ | /* feed timing information to the PRNG */ | ||||||
| static void readtimer(void) | static void readtimer(void) | ||||||
| { | { | ||||||
| 	DWORD w, cyclecount; | 	DWORD w; | ||||||
| 	LARGE_INTEGER l; | 	LARGE_INTEGER l; | ||||||
| 	static int have_perfc = 1; | 	static int have_perfc = 1; | ||||||
| #ifndef __GNUC__ | #ifndef __GNUC__ | ||||||
| 	static int have_tsc = 1; | 	static int have_tsc = 1; | ||||||
|  | 	DWORD cyclecount; | ||||||
| 
 | 
 | ||||||
| 	if (have_tsc) { | 	if (have_tsc) { | ||||||
| 	  __try { | 	  __try { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue