diff --git a/crypto/crypto.h b/crypto/crypto.h index a4520ef..43e6cec 100644 --- a/crypto/crypto.h +++ b/crypto/crypto.h @@ -39,7 +39,6 @@ extern "C" { #endif -#include "config.h" #include "bigint_impl.h" #include "bigint.h" diff --git a/ssl/loader.c b/ssl/loader.c index 511eb53..cbf5361 100644 --- a/ssl/loader.c +++ b/ssl/loader.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, Cameron Rich + * Copyright (c) 2007-2014, Cameron Rich * * All rights reserved. * diff --git a/ssl/os_port.h b/ssl/os_port.h index 1742868..8e89fc5 100644 --- a/ssl/os_port.h +++ b/ssl/os_port.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, Cameron Rich + * Copyright (c) 2007-2014, Cameron Rich * * All rights reserved. * @@ -42,6 +42,7 @@ extern "C" { #endif #include "os_int.h" +#include "config.h" #include #if defined(WIN32) diff --git a/ssl/tls1.h b/ssl/tls1.h index 414a173..9036579 100755 --- a/ssl/tls1.h +++ b/ssl/tls1.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, Cameron Rich + * Copyright (c) 2007-2014, Cameron Rich * * All rights reserved. * @@ -41,7 +41,6 @@ extern "C" { #endif #include "version.h" -#include "config.h" #include "os_int.h" #include "crypto.h" #include "crypto_misc.h"