Removed extra spaces on end of lines

This commit is contained in:
Paul Bakker 2013-04-16 13:15:56 +02:00
parent 29e1f12f6b
commit f7abd422dc
3 changed files with 13 additions and 13 deletions

View file

@ -1077,7 +1077,7 @@ static int ssl_write_certificate_request( ssl_context *ssl )
{
ssl->handshake->verify_sig_alg = SSL_HASH_SHA384;
}
*p++ = ssl->handshake->verify_sig_alg;
*p++ = SSL_SIG_RSA;
@ -1126,7 +1126,7 @@ static int ssl_write_server_key_exchange( ssl_context *ssl )
ssl->state++;
return( 0 );
}
#else
#else
static int ssl_write_server_key_exchange( ssl_context *ssl )
{
int ret;