freebsd-ports/security/cryptlib/files/patch-misc_config.h
Alex Dupre 51d271f40f Update to 3.2.3 release:
- OPTIONSify (respect CFLAGS / OPTIMIZED_CFLAGS)
- Add support for PKCS#11 tokens
- Grap maintainership
2006-07-14 07:06:17 +00:00

10 lines
295 B
C

--- misc/config.h.orig Fri Jul 14 08:18:03 2006
+++ misc/config.h Fri Jul 14 08:19:19 2006
@@ -168,6 +168,7 @@
/* General device usage */
+#define USE_PKCS11
#if defined( USE_PKCS11 ) || defined( USE_FORTEZZA ) || defined( USE_CRYPTOAPI )
#define USE_DEVICES
#endif /* Device types */