diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-07-14 07:06:17 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-07-14 07:06:17 +0000 |
commit | 51d271f40fff76ccb26210ec15919cc25fc6de68 (patch) | |
tree | d1aac173005e479aa98b79af0ffc7bf29c44d976 /security/cryptlib/files/patch-misc_config.h | |
parent | Update to the 20060713 snapshot of GCC 4.0.4. (diff) |
Update to 3.2.3 release:
- OPTIONSify (respect CFLAGS / OPTIMIZED_CFLAGS)
- Add support for PKCS#11 tokens
- Grap maintainership
Notes
Notes:
svn path=/head/; revision=167763
Diffstat (limited to 'security/cryptlib/files/patch-misc_config.h')
-rw-r--r-- | security/cryptlib/files/patch-misc_config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/cryptlib/files/patch-misc_config.h b/security/cryptlib/files/patch-misc_config.h new file mode 100644 index 000000000000..9da114d400c5 --- /dev/null +++ b/security/cryptlib/files/patch-misc_config.h @@ -0,0 +1,10 @@ +--- 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 */ |