summaryrefslogtreecommitdiff
path: root/security/openscep/files/patch-scepd_scepconf.c
blob: 991ffe76e003d9f97e9619af5ffe51f75a64450d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- scepd/scepconf.c.orig	2001-03-03 23:23:22.000000000 +0100
+++ scepd/scepconf.c	2014-07-10 22:26:24.326212726 +0200
@@ -20,7 +20,11 @@
 int	debug = 0;
 
 int	main(int argc, char *argv[]) {
+#ifdef LHASH_OF
+	LHASH_OF(CONF_VALUE) *conf;
+#else	
 	LHASH	*conf;
+#endif
 	long	eline;
 	char	*section = NULL, *variable = NULL, *value;
 	int	c, n;