From 586f634fab1170bdb318c3f7055fdd0cc94222a7 Mon Sep 17 00:00:00 2001 From: Gilles Chehade Date: Wed, 12 Jun 2019 11:09:26 +0000 Subject: use acme-client to sign certificated with ecdsa keys diff from Renaud Allard , ok to get in from florian@ --- usr.sbin/acme-client/parse.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/acme-client/parse.h') diff --git a/usr.sbin/acme-client/parse.h b/usr.sbin/acme-client/parse.h index 20a1de581bf..78405590568 100644 --- a/usr.sbin/acme-client/parse.h +++ b/usr.sbin/acme-client/parse.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.h,v 1.10 2019/06/08 07:52:55 florian Exp $ */ +/* $OpenBSD: parse.h,v 1.11 2019/06/12 11:09:25 gilles Exp $ */ /* * Copyright (c) 2016 Sebastian Benoit * @@ -38,6 +38,7 @@ struct domain_c { TAILQ_ENTRY(domain_c) entry; TAILQ_HEAD(, altname_c) altname_list; int altname_count; + int keytype; char *domain; char *key; char *cert; -- cgit v1.2.3