Submitted by: Damien Miller <djm@mindrot.org>
Approved by: steve@openssl.org

Fix various typos.
This commit is contained in:
Dr. Stephen Henson
2009-02-14 21:50:14 +00:00
parent eca7b90771
commit 72f6453c48
15 changed files with 17 additions and 17 deletions

View File

@@ -173,7 +173,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();