aboutsummaryrefslogtreecommitdiffstats
path: root/security/cryptlib
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2003-07-18 17:07:53 +0800
committerosa <osa@FreeBSD.org>2003-07-18 17:07:53 +0800
commitcdd1631fd49c797844ee37c29592304e5a032b70 (patch)
treef8aa9aa86865e2927ae6485e4a63b363c7373d9b /security/cryptlib
parent3b06748721fc7a2c2eb8ced0deca74330b2bd8c1 (diff)
downloadfreebsd-ports-gnome-cdd1631fd49c797844ee37c29592304e5a032b70.tar.gz
freebsd-ports-gnome-cdd1631fd49c797844ee37c29592304e5a032b70.tar.zst
freebsd-ports-gnome-cdd1631fd49c797844ee37c29592304e5a032b70.zip
Fix build on -CURRENT
Submitted by: Kirill Ponomarew <ponomarew@oberon.net> PR: 54605
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 );