mirror of
https://github.com/curl/curl.git
synced 2026-08-26 18:53:33 +03:00
cleanup: use a single space after equals sign in assignments
This commit is contained in:
parent
ad829b21ae
commit
d23cc224e6
7 changed files with 12 additions and 12 deletions
|
|
@ -4439,7 +4439,7 @@ static CURLcode Curl_ossl_sha256sum(const unsigned char *tmp, /* input */
|
|||
unsigned int len = 0;
|
||||
(void) unused;
|
||||
|
||||
mdctx = EVP_MD_CTX_create();
|
||||
mdctx = EVP_MD_CTX_create();
|
||||
EVP_DigestInit_ex(mdctx, EVP_sha256(), NULL);
|
||||
EVP_DigestUpdate(mdctx, tmp, tmplen);
|
||||
EVP_DigestFinal_ex(mdctx, sha256sum, &len);
|
||||
|
|
|
|||
|
|
@ -361,7 +361,7 @@ static DWORD cert_get_name_string(struct Curl_easy *data,
|
|||
return actual_length;
|
||||
}
|
||||
|
||||
decode_para.cbSize = sizeof(CRYPT_DECODE_PARA);
|
||||
decode_para.cbSize = sizeof(CRYPT_DECODE_PARA);
|
||||
|
||||
ret_val =
|
||||
CryptDecodeObjectEx(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue