commit | 6c1fa3a184fbfbfc837ea479d277a71480f1fc42 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Oct 01 16:58:16 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 21 16:32:45 2014 +0200 |
tree | 7a2f4d4ad485b5721d863b4f3cf21d056b62ed06 | |
parent | 37a4de2ceca67c02ab2f30f03ae4eb9f92fbc976 [diff] [blame] |
Fix misplaced initialisation of timeout
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index f3f3575..9a34449 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h
@@ -255,6 +255,8 @@ * * The SENDING state is merged in PREPARING for initial sends, * but is distinct for resends. + * + * Note: initial state is wrong for server, but is not used anyway. */ #define SSL_RETRANS_PREPARING 0 #define SSL_RETRANS_SENDING 1