PERFORCE change 1202626 for review

John-Mark Gurney jmg at FreeBSD.org
Fri Nov 7 21:37:26 UTC 2014


http://p4web.freebsd.org/@@1202626?ac=10

Change 1202626 by jmg at jmg_carbon2 on 2014/11/07 21:37:05

	remove some more debugging..

Affected files ...

.. //depot/projects/opencrypto/sys/opencrypto/crypto.c#4 edit

Differences ...

==== //depot/projects/opencrypto/sys/opencrypto/crypto.c#4 (text+ko) ====

@@ -316,12 +316,8 @@
 
 	/* See if all the algorithms are supported. */
 	for (cr = cri; cr; cr = cr->cri_next)
-		if (cap->cc_alg[cr->cri_alg] == 0) {
-#ifdef DEBUG
-			printf("cr->cri_alg: %d\n", cr->cri_alg);
-#endif
+		if (cap->cc_alg[cr->cri_alg] == 0)
 			return 0;
-		}
 	return 1;
 }
 


More information about the p4-projects mailing list