mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
318 B
Plaintext
13 lines
318 B
Plaintext
$NetBSD: patch-ag,v 1.7 2012/07/02 19:07:50 drochner Exp $
|
|
|
|
--- src/common/ssl.c.orig 2012-03-31 15:29:18.000000000 +0000
|
|
+++ src/common/ssl.c
|
|
@@ -29,6 +29,7 @@
|
|
#include <glib/gi18n.h>
|
|
#include <errno.h>
|
|
#include <pthread.h>
|
|
+#include <gnutls/gnutls.h>
|
|
|
|
#if GNUTLS_VERSION_NUMBER <= 0x020b00
|
|
#include <gcrypt.h>
|