mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:23:34 +03:00
tidy-up: two comments
Follow-up to2c27a67daa#17590 Follow-up todf1ff17f88#17418 Closes #17624
This commit is contained in:
parent
984c96e307
commit
6b016cec55
2 changed files with 2 additions and 3 deletions
|
|
@ -94,8 +94,8 @@ struct cert_chain_engine_config_win8 {
|
|||
DWORD dwExclusiveFlags;
|
||||
};
|
||||
|
||||
/* Not defined before mingw-w64 4.0.0 */
|
||||
#ifndef CERT_CHAIN_EXCLUSIVE_ENABLE_CA_FLAG
|
||||
/* Not defined for any MINGW build */
|
||||
#define CERT_CHAIN_EXCLUSIVE_ENABLE_CA_FLAG 0x00000001
|
||||
#endif
|
||||
|
||||
|
|
@ -115,7 +115,6 @@ struct cert_chain_engine_config_win7 {
|
|||
HCERTSTORE hExclusiveTrustedPeople;
|
||||
};
|
||||
|
||||
|
||||
#ifndef UNDER_CE
|
||||
static int is_cr_or_lf(char c)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue