mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
c7ce6ff43e
- Do not overwrite config files PR: 59490 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
12 lines
233 B
C
12 lines
233 B
C
--- src/cgi_ssl.c.orig Thu Nov 20 01:00:59 2003
|
|
+++ src/cgi_ssl.c Thu Nov 20 01:01:17 2003
|
|
@@ -19,7 +19,7 @@
|
|
*/
|
|
|
|
#include "boa.h"
|
|
-#include <gnutls/x509.h>
|
|
+#include <gnutls/gnutls.h>
|
|
|
|
#ifdef ENABLE_SSL
|
|
extern int ssl_verify;
|