diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-18 09:07:53 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-18 09:07:53 +0000 |
commit | 239f2ff31dcd7c4e281667718bd40e0bccf84304 (patch) | |
tree | 9c2ecd98f85b0b001db2a600aa4cbb3b43890e94 /security/cryptlib | |
parent | 32179b99a0a278e659ebf7d5dcc67d0903dc4427 (diff) | |
download | ports-239f2ff31dcd7c4e281667718bd40e0bccf84304.tar.gz ports-239f2ff31dcd7c4e281667718bd40e0bccf84304.zip |
Notes
Diffstat (limited to 'security/cryptlib')
-rw-r--r-- | security/cryptlib/files/patch-test::testdev.c | 12 |
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 ); |