summaryrefslogtreecommitdiffstats
path: root/apps/pkeyutl.c
diff options
context:
space:
mode:
authorAdam Eijdenberg <eijdenberg@google.com>2015-07-29 21:42:14 -0400
committerRich Salz <rsalz@openssl.org>2015-07-31 11:11:55 -0400
commit902c6b95a3a3dbf7e5e3dd4b11ec58300ccb8a97 (patch)
tree754b711708bcb7b749056844836207f336c1bae0 /apps/pkeyutl.c
parent119ab03aea4850297b2a886f067ae74ab3fba86e (diff)
RT3961: Fix switch/case errors in flag parsing
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'apps/pkeyutl.c')
-rw-r--r--apps/pkeyutl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/pkeyutl.c b/apps/pkeyutl.c
index 4c267c1eec..741dd642b1 100644
--- a/apps/pkeyutl.c
+++ b/apps/pkeyutl.c
@@ -200,6 +200,7 @@ int pkeyutl_main(int argc, char **argv)
break;
case OPT_REV:
rev = 1;
+ break;
case OPT_ENCRYPT:
pkey_op = EVP_PKEY_OP_ENCRYPT;
break;