gettime: Use secure_getenv over getenv.
This commit is contained in:
		@@ -382,4 +382,10 @@ extern char *strerror ();
 | 
			
		||||
# endif
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_SECURE_GETENV
 | 
			
		||||
#  define shadow_getenv(name) secure_getenv(name)
 | 
			
		||||
# else
 | 
			
		||||
#  define shadow_getenv(name) getenv(name)
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#endif				/* _DEFINES_H_ */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user