Fix build on -CURRENT

Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
PR:		54605
This commit is contained in:
Sergey A. Osokin 2003-07-18 09:07:53 +00:00
parent 32179b99a0
commit 239f2ff31d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85113

View file

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