1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-10-31 23:30:25 +03:00

please picky compiler

This commit is contained in:
Daniel Stenberg
2007-01-22 21:40:44 +00:00
parent fe979040a2
commit 2afd706ca1

View File

@@ -1,4 +1,4 @@
/* Copyright (c) 2004-2006, Sara Golemon <sarag@libssh2.org>
/* Copyright (c) 2004-2007, Sara Golemon <sarag@libssh2.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms,
@@ -46,7 +46,7 @@
#include <sys/socket.h>
#endif
#if LIBSSH2_LIBGCRYPT
#ifdef LIBSSH2_LIBGCRYPT
#include "libgcrypt.h"
#else
#include "openssl.h"