On Wed, Aug 19, 2015 at 10:33:54AM +0200, Reyk Floeter wrote:
>
> I attached a diff that generates new .cnf files by expanding the
> variables in the source .cnf files and generating target .cnf files.
> It works with both, ikeca.cnf and x508v3.cnf (ignore the warnings),
> but you/we should install ikeca.cnf to /etc/ssl/ by default.
>
> There are more pending changes for ikectl (eg. from semarie@), but I'd
> like to fix this first.
>
> OK?
>
> Reyk
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/src/usr.sbin/ikectl/Makefile,v
> retrieving revision 1.3
> diff -u -p -u -p -r1.3 Makefile
> --- Makefile 18 Jan 2014 05:54:51 -0000 1.3
> +++ Makefile 19 Aug 2015 08:12:39 -0000
> @@ -3,7 +3,7 @@
> .PATH: ${.CURDIR}/../../sbin/iked
>
> PROG= ikectl
> -SRCS= log.c ikeca.c ikectl.c parser.c
> +SRCS= log.c ikeca.c ikectl.c parser.c util.c
util.c is missing from diff
--
Sebastien Marie