summary refs log tree commit diff
path: root/compat/getentropy_win.c
diff options
context:
space:2022-05-08 16:39:31 -0400
committerJune McEnroe <june@causal.agency>2022-05-08 16:39:31 -0400
commit7ee327ccb6b290dd189346ef91ddf1a97818833e (patch)
tree2020-07-28 00:49:10 -0400
committerJune McEnroe <june@causal.agency>2020-07-31 12:12:53 -0400
commit2cba445c1c41ec54d86a111a88edbbdb237d91fa (patch)
treecaa07b7e37ac7c7a6d768af8102680b912d50a5d /compat/getentropy_win.c
parenttls_server: Remove SSL_OP_NO_CLIENT_RENEGOTIATION (diff)
downloadlibretls-2cba445c1c41ec54d86a111a88edbbdb237d91fa.tar.gz
libretls-2cba445c1c41ec54d86a111a88edbbdb237d91fa.zip
tls: Use SSL_CTX_get0_param and X509_STORE_get0_param
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
rams[i] - ); + static bool arrived; + if (!arrived) { + uiFormat( + Network, Cold, tagTime(msg), + "You arrive in %s", msg->params[i] + ); + arrived = true; + } } else if (!strcmp(key, "USERLEN")) { if (!msg->params[i]) continue; network.userLen = strtoul(msg->params[i], NULL, 10);