aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorJohannes Bauer <joe@johannes-bauer.com>2017-08-01 19:48:25 +0200
committerDr. Stephen Henson <steve@openssl.org>2017-08-03 01:07:52 +0100
commit3f4af53c22ba02cb197a79cd791637ef1b9c3520 (patch)
treef05831cccdf133257c1d681f345c3d59649cf0f5 /crypto
parent5b277519236c17a9968623b1f038fe6b34e89899 (diff)
downloadopenssl-3f4af53c22ba02cb197a79cd791637ef1b9c3520.tar.gz
Fix indentation
Conform to coding guidelines. Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Stephen Henson <steve@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3989)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/kdf/hkdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/kdf/hkdf.c b/crypto/kdf/hkdf.c
index 25a173826e..63c3523c27 100644
--- a/crypto/kdf/hkdf.c
+++ b/crypto/kdf/hkdf.c
@@ -150,7 +150,7 @@ static int pkey_hkdf_ctrl_str(EVP_PKEY_CTX *ctx, const char *type,
if (strcmp(type, "md") == 0)
return EVP_PKEY_CTX_md(ctx, EVP_PKEY_OP_DERIVE,
- EVP_PKEY_CTRL_HKDF_MD, value);
+ EVP_PKEY_CTRL_HKDF_MD, value);
if (strcmp(type, "salt") == 0)
return EVP_PKEY_CTX_str2ctrl(ctx, EVP_PKEY_CTRL_HKDF_SALT, value);