From 2d532a6d0ca0b527a498e5a74dd7f565cced6fbf Mon Sep 17 00:00:00 2001 From: PixlRainbow Date: Fri, 7 Jun 2019 01:39:03 +0800 Subject: [PATCH] build fix for Mac OS X removed c_rehash has it appears to not be needed --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index fe866a6..8a1b572 100644 --- a/test/Makefile +++ b/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