diff options
author | Ulf Möller <ulf@openssl.org> | 1999-09-30 00:14:47 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-09-30 00:14:47 +0200 |
commit | de808df47b453c1b606aafaeffd563f01401ae3e (patch) | |
tree | e9f71e2edac2e6859b53f78ea36c4fc36a8a0272 /ssl/t1_lib.c | |
parent | VC++ warning. (diff) | |
download | openssl-de808df47b453c1b606aafaeffd563f01401ae3e.tar.xz openssl-de808df47b453c1b606aafaeffd563f01401ae3e.zip |
Cosmetic changes.
Diffstat (limited to 'ssl/t1_lib.c')
-rw-r--r-- | ssl/t1_lib.c | 4 |
1 files changed, 0 insertions, 4 deletions
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, |