From: Alan T. DeKok Date: Wed, 23 Jan 2019 16:03:21 +0000 (-0500) Subject: use the correct directory X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcded2832dd27c7ca7622e6b2e19e62320d77354;p=thirdparty%2Ffreeradius-server.git use the correct directory --- diff --git a/raddb/certs/Makefile b/raddb/certs/Makefile index 7e59afe4e5f..41426f09a57 100644 --- a/raddb/certs/Makefile +++ b/raddb/certs/Makefile @@ -221,8 +221,8 @@ rsa/client.pem: rsa/client.p12 .PHONY: rsa/client.vrfy rsa/client.vrfy: rsa/ca.pem rsa/client.pem - c_rehash . - openssl verify -CApath . rsa/client.pem + c_rehash rsa/ + openssl verify -CApath rsa/ rsa/client.pem ###################################################################### # @@ -247,8 +247,8 @@ ecc/client.pem: ecc/client.p12 .PHONY: ecc/client.vrfy ecc/client.vrfy: ecc/ca.pem ecc/client.pem - c_rehash . - openssl verify -CApath . ecc/client.pem + c_rehash ecc/ + openssl verify -CApath ecc/ ecc/client.pem ###################################################################### #