Remove dirs from mkfiles.pl
Recent changes have removed some directories which is causing mkfiles.pl to fail. Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
		@@ -57,7 +57,6 @@ my @dirs = (
 | 
			
		||||
"crypto/ocsp",
 | 
			
		||||
"crypto/ui",
 | 
			
		||||
#"crypto/store",
 | 
			
		||||
"crypto/pqueue",
 | 
			
		||||
"crypto/whrlpool",
 | 
			
		||||
"crypto/ts",
 | 
			
		||||
"crypto/srp",
 | 
			
		||||
@@ -69,7 +68,6 @@ my @dirs = (
 | 
			
		||||
"ssl",
 | 
			
		||||
"apps",
 | 
			
		||||
"engines",
 | 
			
		||||
"engines/ccgost",
 | 
			
		||||
"test",
 | 
			
		||||
"tools"
 | 
			
		||||
);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user