summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2003-07-18 09:07:53 +0000
committerosa <osa@FreeBSD.org>2003-07-18 09:07:53 +0000
commitcdd1631fd49c797844ee37c29592304e5a032b70 (patch)
treef8aa9aa86865e2927ae6485e4a63b363c7373d9b /security
parent3b06748721fc7a2c2eb8ced0deca74330b2bd8c1 (diff)
downloadFreeBSD-ports-cdd1631fd49c797844ee37c29592304e5a032b70.zip
FreeBSD-ports-cdd1631fd49c797844ee37c29592304e5a032b70.tar.gz
Fix build on -CURRENT
Submitted by: Kirill Ponomarew <ponomarew@oberon.net> PR: 54605
Diffstat (limited to 'security')
-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 0000000..6f0574f
--- /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 );
OpenPOWER on IntegriCloud