From 6ef46686260b71c943805548347228ecbb63676f Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 6 Aug 2015 18:04:38 +0200 Subject: pki: Add --dn command to extract the subject DN of a certificate --- src/pki/command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pki/command.h') diff --git a/src/pki/command.h b/src/pki/command.h index d49adda09..e55c579e4 100644 --- a/src/pki/command.h +++ b/src/pki/command.h @@ -24,7 +24,7 @@ /** * Maximum number of commands (+1). */ -#define MAX_COMMANDS 13 +#define MAX_COMMANDS 14 /** * Maximum number of options in a command (+3) -- cgit v1.2.3