Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Dec 2006 06:17:12 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 111119 for review
Message-ID:  <200612050617.kB56HCMw075178@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=111119

Change 111119 by sam@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612050617.kB56HCMw075178>