PERFORCE change 111119 for review

Sam Leffler sam at FreeBSD.org
Mon Dec 4 22:17:13 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=111119

Change 111119 by sam at sam_ebb on 2006/12/05 06:17:07

	request only h/w crypto operations

Affected files ...

.. //depot/projects/crypto/tools/tools/crypto/cryptokeytest.c#3 edit
.. //depot/projects/crypto/tools/tools/crypto/cryptotest.c#3 edit

Differences ...

==== //depot/projects/crypto/tools/tools/crypto/cryptokeytest.c#3 (text+ko) ====

@@ -20,7 +20,7 @@
 #include <unistd.h>
 #include <stdlib.h>
 
-int	crid = CRYPTO_FLAG_SOFTWARE | CRYPTO_FLAG_HARDWARE;
+int	crid = CRYPTO_FLAG_HARDWARE;
 int	verbose = 0;
 
 static int

==== //depot/projects/crypto/tools/tools/crypto/cryptotest.c#3 (text+ko) ====

@@ -107,7 +107,7 @@
 int	verbose = 0;
 int	opflags = 0;
 int	verify = 0;
-int	crid = CRYPTO_FLAG_SOFTWARE | CRYPTO_FLAG_HARDWARE;
+int	crid = CRYPTO_FLAG_SOFTWARE;
 
 struct alg {
 	const char* name;


More information about the p4-projects mailing list