1
0
Fork 0
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:
Gerhard Rieger 2021-10-31 10:25:33 +01:00
parent ff51262e78
commit 072377c68c
3 changed files with 9 additions and 8 deletions

View file

@ -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);