aboutsummaryrefslogtreecommitdiff
path: root/gost_ctl.c
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2018-08-30 11:27:23 +0300
committerDmitry Belyavskiy <beldmit@gmail.com>2018-08-30 11:27:23 +0300
commit12be7c21781eba9f7a37762e7e307571225c6c47 (patch)
tree0bb88eab013a73a4880a21ab32e2c096ec0061af /gost_ctl.c
parent75796d263c62a57a330f596d4a03d9ed22ec9f74 (diff)
downloadgost-engine-12be7c21781eba9f7a37762e7e307571225c6c47.zip
gost-engine-12be7c21781eba9f7a37762e7e307571225c6c47.tar.gz
gost-engine-12be7c21781eba9f7a37762e7e307571225c6c47.tar.bz2
Indentation
Diffstat (limited to 'gost_ctl.c')
-rw-r--r--gost_ctl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gost_ctl.c b/gost_ctl.c
index 04be66d..889df6d 100644
--- a/gost_ctl.c
+++ b/gost_ctl.c
@@ -15,7 +15,8 @@
#include "gost_lcl.h"
static char *gost_params[GOST_PARAM_MAX + 1] = { NULL };
-static const char *gost_envnames[] = { "CRYPT_PARAMS", "GOST_PBE_HMAC", "GOST_PK_FORMAT" };
+static const char *gost_envnames[] =
+ { "CRYPT_PARAMS", "GOST_PBE_HMAC", "GOST_PK_FORMAT" };
const ENGINE_CMD_DEFN gost_cmds[] = {
{GOST_CTRL_CRYPT_PARAMS,
@@ -26,7 +27,7 @@ const ENGINE_CMD_DEFN gost_cmds[] = {
"PBE_PARAMS",
"Shortname of default digest alg for PBE",
ENGINE_CMD_FLAG_STRING},
- {GOST_CTRL_PK_FORMAT,
+ {GOST_CTRL_PK_FORMAT,
"GOST_PK_FORMAT",
"Private key format params",
ENGINE_CMD_FLAG_STRING},