Skip to content

Commit 24384a3

Browse files
author
cameronrich
committed
Changed order of when os_int.h is imported
git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@227 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
1 parent 8ac6264 commit 24384a3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ssl/tls1.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ extern "C" {
4141
#endif
4242

4343
#include "version.h"
44-
#include "crypto.h"
44+
#include "config.h"
4545
#include "os_int.h"
46+
#include "crypto.h"
4647
#include "crypto_misc.h"
4748

4849
#define SSL_PROTOCOL_MIN_VERSION 0x31 /* TLS v1.0 */

0 commit comments

Comments
 (0)