summaryrefslogtreecommitdiff
path: root/security/cryptlib/files/patch-test::testdev.c
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-08-11 02:15:56 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-08-11 02:15:56 +0000
commit1e2010ff54f62c6554eac5823f9d43f377ca3c66 (patch)
tree4c33e119fb1f2e24cf1398facba079cca8b72576 /security/cryptlib/files/patch-test::testdev.c
parentUnbreak the compilation for 4.x users. (diff)
Update to cryptlib 3.1 beta5, and change MAKE_ARGS to ALL_TARGET to prevent
a 'make all' failure.
Diffstat (limited to 'security/cryptlib/files/patch-test::testdev.c')
-rw-r--r--security/cryptlib/files/patch-test::testdev.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/security/cryptlib/files/patch-test::testdev.c b/security/cryptlib/files/patch-test::testdev.c
deleted file mode 100644
index 6f0574ff472b..000000000000
--- a/security/cryptlib/files/patch-test::testdev.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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 );