diff options
author | 2003-08-06 21:08:05 +0000 | |
---|---|---|
committer | 2003-08-06 21:08:05 +0000 | |
commit | 7b42523597ebbd7f829fb3307a584d24d2ee1ca3 (patch) | |
tree | a7bb74286beaa668e4a894ba845c11ec383cea0e /lib/libssl/s3_clnt.c | |
parent | must pre-def struct file before circular structs (diff) | |
download | wireguard-openbsd-7b42523597ebbd7f829fb3307a584d24d2ee1ca3.tar.xz wireguard-openbsd-7b42523597ebbd7f829fb3307a584d24d2ee1ca3.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 'lib/libssl/s3_clnt.c')
-rw-r--r-- | lib/libssl/s3_clnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/s3_clnt.c b/lib/libssl/s3_clnt.c index d32bb1cb9cc..b35d1b0107d 100644 --- a/lib/libssl/s3_clnt.c +++ b/lib/libssl/s3_clnt.c @@ -168,7 +168,7 @@ int ssl3_connect(SSL *s) long num1; void (*cb)(const SSL *ssl,int type,int val)=NULL; int ret= -1; - int new_state,state,skip=0;; + int new_state,state,skip=0; RAND_add(&Time,sizeof(Time),0); ERR_clear_error(); |