diff --git a/src/libssh2_priv.h b/src/libssh2_priv.h index 7e0541f5..ad11eed1 100644 --- a/src/libssh2_priv.h +++ b/src/libssh2_priv.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2006, Sara Golemon +/* Copyright (c) 2004-2007, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, @@ -46,7 +46,7 @@ #include #endif -#if LIBSSH2_LIBGCRYPT +#ifdef LIBSSH2_LIBGCRYPT #include "libgcrypt.h" #else #include "openssl.h"