Browse Source

build fix for Mac OS X
removed c_rehash has it appears to not be needed

PixlRainbow 6 years ago
parent
commit
2d532a6d0c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/Makefile

+ 1 - 1
test/Makefile

@@ -19,7 +19,7 @@ cert.pem:
 	openssl req -x509 -new -batch -config test.rootCA.conf -key rootCA.key.pem -days 1024 > rootCA.cert.pem
 	openssl genrsa 2048 > client.key.pem
 	openssl req -new -batch -config test.conf -key client.key.pem | openssl x509 -days 370 -req -CA rootCA.cert.pem -CAkey rootCA.key.pem -CAcreateserial > client.cert.pem
-	c_rehash .
+	#c_rehash .
 
 clean:
 	rm -f test *.pem *.0 *.1 *.srl