Windows: disable weak crypto
Weak crypto is disabled on every other system. OpenAFS no longer requires it and AuriStor doesn't need it. Turn it off. Change-Id: I6fab2328f71d1c38a655560ab0f83b8df9b53c73
This commit is contained in:
		@@ -93,8 +93,8 @@ HAVE_SCC=1
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
DIR_hdbdir=%{COMMON_APPDATA}/heimdal/hdb
 | 
					DIR_hdbdir=%{COMMON_APPDATA}/heimdal/hdb
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Enable weak crypto
 | 
					# Disable weak crypto
 | 
				
			||||||
WEAK_CRYPTO=1
 | 
					WEAK_CRYPTO=0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Disable use of GSS LOCALNAME support
 | 
					# Disable use of GSS LOCALNAME support
 | 
				
			||||||
NO_LOCALNAME=1
 | 
					NO_LOCALNAME=1
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user