summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-09-29 22:14:47 +0000
committerUlf Möller <ulf@openssl.org>1999-09-29 22:14:47 +0000
commitde808df47b453c1b606aafaeffd563f01401ae3e (patch)
treee9f71e2edac2e6859b53f78ea36c4fc36a8a0272 /ssl
parent8e1589ece5df95a058329b170f3e6eaae8c71416 (diff)
Cosmetic changes.
Diffstat (limited to 'ssl')
-rw-r--r--ssl/s3_lib.c2
-rw-r--r--ssl/t1_lib.c4
2 files changed, 1 insertions, 5 deletions
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index aeff6b5c5b..1ff796b71e 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -1092,7 +1092,7 @@ int ssl3_renegotiate_check(SSL *s)
{
/*
if we are the server, and we have sent a 'RENEGOTIATE' message, we
-need to go to SSL_ST_ACCEPT.
+need to go to SSL_ST_ACCEPT.
*/
/* SSL_ST_ACCEPT */
s->state=SSL_ST_RENEGOTIATE;
diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c
index ddf5c15799..b734528da0 100644
--- a/ssl/t1_lib.c
+++ b/ssl/t1_lib.c
@@ -62,11 +62,7 @@
char *tls1_version_str="TLSv1" OPENSSL_VERSION_PTEXT;
-#ifndef NO_PROTO
static long tls1_default_timeout(void);
-#else
-static long tls1_default_timeout();
-#endif
static SSL3_ENC_METHOD TLSv1_enc_data={
tls1_enc,