freebsd-ports/security/cryptlib/files/patch-test::testdev.c
Sergey A. Osokin 239f2ff31d Fix build on -CURRENT
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
PR:		54605
2003-07-18 09:07:53 +00:00

12 lines
502 B
C

--- 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 );