mirror of
https://repo.or.cz/socat.git
synced 2025-07-12 14:43:24 +00:00
Fixed a few minor coding issues
This commit is contained in:
parent
ff51262e78
commit
072377c68c
3 changed files with 9 additions and 8 deletions
|
@ -560,7 +560,6 @@ static int
|
|||
return STAT_NORETRY;
|
||||
}
|
||||
|
||||
xfd->addr = &xioaddr_openssl_listen;
|
||||
xfd->dtype = XIODATA_OPENSSL;
|
||||
|
||||
while (true) { /* loop over failed attempts */
|
||||
|
@ -930,7 +929,6 @@ int
|
|||
|
||||
//*ipproto = IPPROTO_TCP;
|
||||
|
||||
xfd->addr = &xioaddr_openssl;
|
||||
xfd->dtype = XIODATA_OPENSSL;
|
||||
|
||||
retropt_bool(opts, OPT_OPENSSL_FIPS, &opt_fips);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue