aboutsummaryrefslogtreecommitdiff
path: root/security/cryptlib
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-07-18 09:07:53 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-07-18 09:07:53 +0000
commit239f2ff31dcd7c4e281667718bd40e0bccf84304 (patch)
tree9c2ecd98f85b0b001db2a600aa4cbb3b43890e94 /security/cryptlib
parent32179b99a0a278e659ebf7d5dcc67d0903dc4427 (diff)
downloadports-239f2ff31dcd7c4e281667718bd40e0bccf84304.tar.gz
ports-239f2ff31dcd7c4e281667718bd40e0bccf84304.zip
Fix build on -CURRENT
Submitted by: Kirill Ponomarew <ponomarew@oberon.net> PR: 54605
Notes
Notes: svn path=/head/; revision=85113
Diffstat (limited to 'security/cryptlib')
-rw-r--r--security/cryptlib/files/patch-test::testdev.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/cryptlib/files/patch-test::testdev.c b/security/cryptlib/files/patch-test::testdev.c
new file mode 100644
index 000000000000..6f0574ff472b
--- /dev/null
+++ b/security/cryptlib/files/patch-test::testdev.c
@@ -0,0 +1,12 @@
+--- test/testdev.c.orig Fri Jul 18 12:08:02 2003
++++ test/testdev.c Fri Jul 18 12:08:22 2003
+@@ -849,8 +849,7 @@
+ return( status );
+ #else
+ puts( "Skipping CAW functionality test (uncomment the "
+- "TEST_CAW_FUNCTIONALITY #define\n in " __FILE__ " to enable
+- this)." );
++ "TEST_CAW_FUNCTIONALITY #define\n in " __FILE__ " to enable this)." );
+ #endif /* TEST_CAW_FUNCTIONALITY */
+ status = testCryptoDevice( CRYPT_DEVICE_FORTEZZA, "Fortezza card",
+ &fortezzaDeviceInfo );