opnsense-ports/security/openscep/files/patch-include_scep.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

14 lines
383 B
C

--- include/scep.h.orig 2002-02-20 00:40:05.000000000 +0100
+++ include/scep.h 2014-07-10 22:24:29.366255595 +0200
@@ -80,7 +80,11 @@
int recipientNonceLength;
/* OpenSSL configuration file contents */
+#ifdef LHASH_OF
+ LHASH_OF(CONF_VALUE) *conf;
+#else
LHASH *conf;
+#endif
/* signer/client information different from requestor for v2 */
X509 *selfsignedcert;