source:
mod_gnutls/debian/patches/enable-gnutls-3-build.diff
@
eda2b7c
Last change on this file since eda2b7c was eda2b7c, checked in by , 7 years ago | |
---|---|
|
|
File size: 349 bytes |
-
include/mod_gnutls.h.in
diff --git a/include/mod_gnutls.h.in b/include/mod_gnutls.h.in index 0b6c66c..89dc54b 100644
a b 28 28 #include "ap_release.h" 29 29 30 30 #include <gnutls/gnutls.h> 31 #if GNUTLS_VERSION_MAJOR == 2 31 32 #include <gnutls/extra.h> 33 #endif 32 34 #include <gnutls/openpgp.h> 33 35 #include <gnutls/x509.h> 34 36
Note: See TracBrowser
for help on using the repository browser.