commit | 3a306b90673ccd5f057827ae76113eaf290e1e8b | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Apr 29 15:11:17 2014 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Apr 29 15:11:17 2014 +0200 |
tree | c44350aa0469c30df77f4ed45d2a2a54a43745a2 | |
parent | edc81ff8c21ba5b95e9868dcbd36f5f059d76e82 [diff] [blame] |
Fix misplaced #endif in ssl_tls.c
diff --git a/library/ssl_tls.c b/library/ssl_tls.c index 271bfe6..cbbbd5bd 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c
@@ -4753,8 +4753,6 @@ } } -#endif - #if defined(POLARSSL_SSL_SET_CURVES) /* * Check is a curve proposed by the peer is in our list. @@ -4852,3 +4850,5 @@ return( 0 ); } #endif /* POLARSSL_X509_CRT_PARSE_C */ + +#endif /* POLARSSL_SSL_TLS_C */