yuzu/src/core/hle/service/ssl
comex 8905142f43 ssl: rename argument to avoid false positive codespell warning
The original name `larg` was copied from the OpenSSL documentation and
is not a typo of 'large' but rather an abbreviation of '`long`
argument'.  But whatever, no harm in adding an underscore.
2023-06-25 13:10:41 -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
ssl_backend.h Implement SSL service 2023-06-25 12:53:31 -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