Loading apps/s_server.c +4 −2 Original line number Diff line number Diff line Loading @@ -1930,8 +1930,10 @@ again: #ifdef CHARSET_EBCDIC ascii2ebcdic(buf,buf,i); #endif write(fileno(stdout),buf, (unsigned int)i); if (write(fileno(stdout),buf, (unsigned int)i) != i) goto err; if (SSL_pending(con)) goto again; break; case SSL_ERROR_WANT_WRITE: Loading crypto/conf/conf_api.c +1 −1 Original line number Diff line number Diff line Loading @@ -294,7 +294,7 @@ CONF_VALUE *_CONF_new_section(CONF *conf, const char *section) v->value=(char *)sk; vv=(CONF_VALUE *)lh_insert(conf->data,v); assert(vv == NULL); OPENSSL_assert(vv == NULL); ok=1; err: if (!ok) Loading Loading
apps/s_server.c +4 −2 Original line number Diff line number Diff line Loading @@ -1930,8 +1930,10 @@ again: #ifdef CHARSET_EBCDIC ascii2ebcdic(buf,buf,i); #endif write(fileno(stdout),buf, (unsigned int)i); if (write(fileno(stdout),buf, (unsigned int)i) != i) goto err; if (SSL_pending(con)) goto again; break; case SSL_ERROR_WANT_WRITE: Loading
crypto/conf/conf_api.c +1 −1 Original line number Diff line number Diff line Loading @@ -294,7 +294,7 @@ CONF_VALUE *_CONF_new_section(CONF *conf, const char *section) v->value=(char *)sk; vv=(CONF_VALUE *)lh_insert(conf->data,v); assert(vv == NULL); OPENSSL_assert(vv == NULL); ok=1; err: if (!ok) Loading