From 2afd706ca1a35b06cf9bba6344fcff55c9541fec Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 22 Jan 2007 21:40:44 +0000 Subject: [PATCH] please picky compiler --- src/libssh2_priv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"