suyu/src/core/hle/service/ssl
comex 4a35569921 Fixes:
- Add missing virtual destructor on `SSLBackend`.

- On Windows, filter out `POLLWRBAND` (one of the new flags added) when
  calling `WSAPoll`, because despite the constant being defined on
  Windows, passing it calls `WSAPoll` to yield `EINVAL`.

- Reduce OpenSSL version requirement to satisfy CI; I haven't tested
  whether it actually builds (or runs) against 1.1.1, but if not, I'll
  figure it out.

- Change an instance of memcpy to memmove, even though the arguments
  cannot overlap, to avoid a [strange GCC
  error](https://github.com/yuzu-emu/yuzu/pull/10912#issuecomment-1606283351).
2023-06-25 15:06:52 -07:00
..
ssl.cpp Implement SSL service 2023-06-25 12:53:31 -07:00
ssl.h service: refactor server architecture 2023-02-21 12:19:25 -05:00
ssl_backend.h Fixes: 2023-06-25 15:06:52 -07:00
ssl_backend_none.cpp Implement SSL service 2023-06-25 12:53:31 -07:00
ssl_backend_openssl.cpp ssl: rename argument to avoid false positive codespell warning 2023-06-25 13:10:41 -07:00
ssl_backend_schannel.cpp Implement SSL service 2023-06-25 12:53:31 -07:00