Browse Source

define the correct variable for CONSTRAINT_CA

from naddy@
OPENBSD_5_7
Brent Cook 9 years ago
parent
commit
35ae470907
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac View File

@ -223,7 +223,7 @@ AC_SUBST(PRIVSEP_USER)
AC_ARG_WITH(cacert,
[ --with-cacert=path CA certificate location for HTTPS constraint validation],
[ AC_DEFINE_UNQUOTED(NTPD_USER, "$withval",
[ AC_DEFINE_UNQUOTED(CONSTRAINT_CA, "$withval",
[CA certificate path])
CONSTRAINT_CA=$withval ],
[ CONSTRAINT_CA=/etc/ssl/certs/ca-certificates.crt ]


Loading…
Cancel
Save