From 239f2ff31dcd7c4e281667718bd40e0bccf84304 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Fri, 18 Jul 2003 09:07:53 +0000 Subject: Fix build on -CURRENT Submitted by: Kirill Ponomarew PR: 54605 --- security/cryptlib/files/patch-test::testdev.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 security/cryptlib/files/patch-test::testdev.c (limited to 'security/cryptlib') 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 ); -- cgit v1.2.3