summaryrefslogtreecommitdiff
path: root/usr.sbin/ikectl/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ikectl/parser.h')
-rw-r--r--usr.sbin/ikectl/parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ikectl/parser.h b/usr.sbin/ikectl/parser.h
index 35188bcc343..e69096ab2cd 100644
--- a/usr.sbin/ikectl/parser.h
+++ b/usr.sbin/ikectl/parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.h,v 1.15 2020/03/18 22:12:43 tobhe Exp $ */
+/* $OpenBSD: parser.h,v 1.16 2020/03/22 15:59:05 tobhe Exp $ */
/*
* Copyright (c) 2007-2013 Reyk Floeter <reyk@openbsd.org>
@@ -55,6 +55,7 @@ enum actions {
CA_KEY_IMPORT,
SHOW_CA,
SHOW_CA_CERTIFICATES,
+ SHOW_SA,
RESET_ID
};