diff options
author | millert <> | 2003-08-06 21:08:06 +0000 |
---|---|---|
committer | millert <> | 2003-08-06 21:08:06 +0000 |
commit | a020ac4fb1142d0bfea481464fcb724c23cf8e87 (patch) | |
tree | a8aa385ffec669550db50f43b95c3c90ed5e09b1 /src/lib/libssl/s3_clnt.c | |
parent | 846bdf59cc19d7049d903acfc3dd5cd50a11b84b (diff) | |
download | openbsd-a020ac4fb1142d0bfea481464fcb724c23cf8e87.tar.gz openbsd-a020ac4fb1142d0bfea481464fcb724c23cf8e87.tar.bz2 openbsd-a020ac4fb1142d0bfea481464fcb724c23cf8e87.zip |
Remove some double semicolons (hmm, do two semis equal a maxi?).
I've skipped the GNU stuff for now. From Patrick Latifi.
Diffstat (limited to 'src/lib/libssl/s3_clnt.c')
-rw-r--r-- | src/lib/libssl/s3_clnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/s3_clnt.c b/src/lib/libssl/s3_clnt.c index d32bb1cb9c..b35d1b0107 100644 --- a/src/lib/libssl/s3_clnt.c +++ b/src/lib/libssl/s3_clnt.c | |||
@@ -168,7 +168,7 @@ int ssl3_connect(SSL *s) | |||
168 | long num1; | 168 | long num1; |
169 | void (*cb)(const SSL *ssl,int type,int val)=NULL; | 169 | void (*cb)(const SSL *ssl,int type,int val)=NULL; |
170 | int ret= -1; | 170 | int ret= -1; |
171 | int new_state,state,skip=0;; | 171 | int new_state,state,skip=0; |
172 | 172 | ||
173 | RAND_add(&Time,sizeof(Time),0); | 173 | RAND_add(&Time,sizeof(Time),0); |
174 | ERR_clear_error(); | 174 | ERR_clear_error(); |