mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Avoid conflict produced by hgnutls header on openbsd4.4
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27229 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9aa22627bd
commit
560d6e001a
1 changed files with 5 additions and 0 deletions
|
@ -170,8 +170,13 @@ GSPrivateSockaddrLength(struct sockaddr *addr)
|
|||
@end
|
||||
|
||||
#if defined(HAVE_GNUTLS)
|
||||
/* For some systems we may need to avoid headers using the objc reserved
|
||||
* word 'id'.
|
||||
*/
|
||||
#define id GSTLSID
|
||||
#include <gnutls/gnutls.h>
|
||||
#include <gcrypt.h>
|
||||
#undef GSTLSID
|
||||
|
||||
/* Set up locking callbacks for gcrypt so that it will be thread-safe.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue