freebsd-ports/security/opensc/files/patch-src::sslengines::engine_opensc.c
Bruce M Simpson 163ab603ee Maintenance update of OpenSC to 0.8.1. USB token support is not yet enabled
for FreeBSD; patches for this will be graciously accepted.

Sponsored by:	Weyland-Yutani Corporation
2003-12-10 12:55:36 +00:00

10 lines
288 B
C

--- src/sslengines/engine_opensc.c.orig Wed Dec 10 12:20:59 2003
+++ src/sslengines/engine_opensc.c Wed Dec 10 12:21:11 2003
@@ -27,6 +27,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
+#include <sys/types.h>
#include <stdio.h>
#include <string.h>
#include <openssl/crypto.h>