]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/kdfs/pbkdf1.c
fix some code with obvious wrong coding style
[thirdparty/openssl.git] / providers / implementations / kdfs / pbkdf1.c
index af715efc91ffa87e81c7ed6d9e6c78cb7b63c43c..c93ff9b3ebd6d02e7a62e39f5848403f4b56df16 100644 (file)
@@ -185,7 +185,7 @@ static int kdf_pbkdf1_set_ctx_params(void *vctx, const OSSL_PARAM params[])
             return 0;
 
     if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SALT)) != NULL)
-        if (!kdf_pbkdf1_set_membuf(&ctx->salt, &ctx->salt_len,p))
+        if (!kdf_pbkdf1_set_membuf(&ctx->salt, &ctx->salt_len, p))
             return 0;
 
     if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_ITER)) != NULL)