From: Johannes Bauer Date: Tue, 1 Aug 2017 17:48:25 +0000 (+0200) Subject: Fix indentation X-Git-Tag: OpenSSL_1_1_1-pre1~906 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f4af53c22ba02cb197a79cd791637ef1b9c3520;p=openssl Fix indentation Conform to coding guidelines. Reviewed-by: Paul Dale Reviewed-by: Stephen Henson (Merged from https://github.com/openssl/openssl/pull/3989) --- 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);