diff --git a/crypto/crypto.h b/crypto/crypto.h index a4520ef52..43e6cec79 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 511eb5313..cbf5361df 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 1742868d5..8e89fc5c3 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 414a17343..903657970 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"