diff options
author | tb <> | 2021-01-07 16:26:31 +0000 |
---|---|---|
committer | tb <> | 2021-01-07 16:26:31 +0000 |
commit | bcb15b6a03bc19d4fe146ce1d46e5554233232e9 (patch) | |
tree | 5da288aa44b33848ba53cc82cd8153fcd0ad64e8 /src/lib/libc/stdlib/system.c | |
parent | f020ab198f74d42865692869fdee46cb49c7d1c5 (diff) | |
download | openbsd-bcb15b6a03bc19d4fe146ce1d46e5554233232e9.tar.gz openbsd-bcb15b6a03bc19d4fe146ce1d46e5554233232e9.tar.bz2 openbsd-bcb15b6a03bc19d4fe146ce1d46e5554233232e9.zip |
Rename two local variables ssl to s for consistency
In our tls13_* files, we use SSL *s for local variables and SSL *ssl
for function arguments. This is odd, but probably the result of finger
memory. We intended to use ssl everywhere. Be that as it may, all local
variables except in two functions ended up being called s, so align the
two outliers with that. As noted by jsing, this is not ideal either as
in tls13_legacy_servername_process() the ssl_ctx is now inconsistent.
Renaming all s to ssl is a substantial amount of unnecessary churn at a
moment that isn't ideal, so we have to live with that.
ok bcook inoguchi jsing
Diffstat (limited to 'src/lib/libc/stdlib/system.c')
0 files changed, 0 insertions, 0 deletions