From fdc2751952ef98ac98a79286a566453f0eef2b50 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 24 Jul 2009 22:20:41 +0200 Subject: Make the SSH_SAFE_NAMESPACE flag active --- include/libssh/libssh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libssh') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 96687cee..5582c80e 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -71,7 +71,7 @@ typedef unsigned long long uint64_t; extern "C" { #endif -#ifdef SSH_SAFE_NAMESPACE +#ifndef SSH_SAFE_NAMESPACE typedef struct ssh_string_struct STRING; typedef struct ssh_buffer_struct BUFFER; typedef struct ssh_public_key_struct PUBLIC_KEY; -- cgit