aboutsummaryrefslogtreecommitdiff
path: root/gost_ctl.c
diff options
context:
space:
mode:
authorboggard <varyanik2@gmail.com>2017-07-12 21:25:35 +0300
committerboggard <varyanik2@gmail.com>2017-07-12 21:25:35 +0300
commite83825355b2cecd853b9a9735ae7751cb5a90975 (patch)
tree15fc5679b244ec9c6289452560e790b7a3f6d77c /gost_ctl.c
parent82d1ac30943cbe9223f024466404e7be720379b6 (diff)
downloadgost-engine-e83825355b2cecd853b9a9735ae7751cb5a90975.zip
gost-engine-e83825355b2cecd853b9a9735ae7751cb5a90975.tar.gz
gost-engine-e83825355b2cecd853b9a9735ae7751cb5a90975.tar.bz2
Some other renames
Diffstat (limited to 'gost_ctl.c')
-rw-r--r--gost_ctl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gost_ctl.c b/gost_ctl.c
index 1387f76..04be66d 100644
--- a/gost_ctl.c
+++ b/gost_ctl.c
@@ -15,7 +15,7 @@
#include "gost_lcl.h"
static char *gost_params[GOST_PARAM_MAX + 1] = { NULL };
-static const char *gost_envnames[] = { "CRYPT_PARAMS", "GOST_PBE_HMAC", "PK_PARAMS" };
+static const char *gost_envnames[] = { "CRYPT_PARAMS", "GOST_PBE_HMAC", "GOST_PK_FORMAT" };
const ENGINE_CMD_DEFN gost_cmds[] = {
{GOST_CTRL_CRYPT_PARAMS,
@@ -26,8 +26,8 @@ const ENGINE_CMD_DEFN gost_cmds[] = {
"PBE_PARAMS",
"Shortname of default digest alg for PBE",
ENGINE_CMD_FLAG_STRING},
- {GOST_CTRL_PK_PARAMS,
- "PK_PARAMS",
+ {GOST_CTRL_PK_FORMAT,
+ "GOST_PK_FORMAT",
"Private key format params",
ENGINE_CMD_FLAG_STRING},
{0, NULL, NULL, 0}