Changeset 3596d6a in mod_gnutls


Ignore:
Timestamp:
Jan 29, 2013, 3:41:38 PM (10 years ago)
Author:
Daniel Kahn Gillmor <dkg@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
Children:
198b9f0
Parents:
8780e34
git-author:
Daniel Kahn Gillmor <dkg@…> (01/11/13 20:24:24)
git-committer:
Daniel Kahn Gillmor <dkg@…> (01/29/13 15:41:38)
Message:

enable building against gnutls 3.x, which does not have <gnutls/extra.h>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/mod_gnutls.h.in

    r8780e34 r3596d6a  
    3131/* GnuTLS Library Headers */
    3232#include <gnutls/gnutls.h>
     33#if GNUTLS_VERSION_MAJOR == 2
    3334#include <gnutls/extra.h>
     35#endif
    3436#include <gnutls/openpgp.h>
    3537#include <gnutls/x509.h>
Note: See TracChangeset for help on using the changeset viewer.