Print this page
4853 illumos-gate is not lint-clean when built with openssl 1.0

@@ -2273,10 +2273,11 @@
                                 /* We should always have a server certificate with SSL_kRSA. */
                                 SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,ERR_R_INTERNAL_ERROR);
                                 goto err;
                                 }
 
+
                         if (s->session->sess_cert->peer_rsa_tmp != NULL)
                                 rsa=s->session->sess_cert->peer_rsa_tmp;
                         else
                                 {
                                 pkey=X509_get_pubkey(s->session->sess_cert->peer_pkeys[SSL_PKEY_RSA_ENC].x509);