diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2017-01-21 08:47:22 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2017-01-21 08:47:22 +0000 |
commit | ffda170c27e872cb3c93de63042205bd5590468f (patch) | |
tree | a9ef8160daae4894d3639b0b9ab020ffbd4ff5d8 /usr.sbin/acme-client/parse.h | |
parent | 59e0a50ed107de9adf2704718fd9025fd361d321 (diff) |
acme-client use configuration file [5 of 5]
implement new -n option to check and print configuration
ok florian
Diffstat (limited to 'usr.sbin/acme-client/parse.h')
-rw-r--r-- | usr.sbin/acme-client/parse.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/acme-client/parse.h b/usr.sbin/acme-client/parse.h index 2f89420e646..572562e837f 100644 --- a/usr.sbin/acme-client/parse.h +++ b/usr.sbin/acme-client/parse.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.h,v 1.3 2017/01/21 08:43:09 benno Exp $ */ +/* $OpenBSD: parse.h,v 1.4 2017/01/21 08:47:21 benno Exp $ */ /* * Copyright (c) 2016 Sebastian Benoit <benno@openbsd.org> * @@ -59,6 +59,7 @@ struct keyfile { #define ACME_OPT_VERBOSE 0x00000001 #define ACME_OPT_NEWACCT 0x00000002 #define ACME_OPT_NEWDKEY 0x00000004 +#define ACME_OPT_CHECK 0x00000008 struct acme_conf { int opts; |