diff options
Diffstat (limited to 'networking/tls.c')
-rw-r--r-- | networking/tls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tls.c b/networking/tls.c index d0b976c33..7ae9e5a1f 100644 --- a/networking/tls.c +++ b/networking/tls.c | |||
@@ -1940,7 +1940,7 @@ static void send_client_key_exchange(tls_state_t *tls) | |||
1940 | if (!(tls->flags & NEED_EC_KEY)) { | 1940 | if (!(tls->flags & NEED_EC_KEY)) { |
1941 | /* RSA */ | 1941 | /* RSA */ |
1942 | if (!(tls->flags & GOT_CERT_RSA_KEY_ALG)) | 1942 | if (!(tls->flags & GOT_CERT_RSA_KEY_ALG)) |
1943 | bb_simple_error_msg("server cert is not RSA"); | 1943 | bb_simple_error_msg_and_die("server cert is not RSA"); |
1944 | 1944 | ||
1945 | tls_get_random(premaster, RSA_PREMASTER_SIZE); | 1945 | tls_get_random(premaster, RSA_PREMASTER_SIZE); |
1946 | if (TLS_DEBUG_FIXED_SECRETS) | 1946 | if (TLS_DEBUG_FIXED_SECRETS) |