]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gost_ctl.c
Indentation
[openssl-gost/engine.git] / gost_ctl.c
index 04be66d2c541c6f2fb4be8a44e705a31ea34abda..889df6d25882b488bd84acad9078a47b8ea9b59d 100644 (file)
@@ -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},