Skip to content

Commit 6711169

Browse files
author
cameronrich
committed
* fixed issue where SSL mutex was not being picked up.
git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@243 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
1 parent b9d4326 commit 6711169

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

crypto/crypto.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
extern "C" {
4040
#endif
4141

42-
#include "config.h"
4342
#include "bigint_impl.h"
4443
#include "bigint.h"
4544

ssl/loader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2007, Cameron Rich
2+
* Copyright (c) 2007-2014, Cameron Rich
33
*
44
* All rights reserved.
55
*

ssl/os_port.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2007, Cameron Rich
2+
* Copyright (c) 2007-2014, Cameron Rich
33
*
44
* All rights reserved.
55
*
@@ -42,6 +42,7 @@ extern "C" {
4242
#endif
4343

4444
#include "os_int.h"
45+
#include "config.h"
4546
#include <stdio.h>
4647

4748
#if defined(WIN32)

ssl/tls1.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2007, Cameron Rich
2+
* Copyright (c) 2007-2014, Cameron Rich
33
*
44
* All rights reserved.
55
*
@@ -41,7 +41,6 @@ extern "C" {
4141
#endif
4242

4343
#include "version.h"
44-
#include "config.h"
4544
#include "os_int.h"
4645
#include "crypto.h"
4746
#include "crypto_misc.h"

0 commit comments

Comments
 (0)