PERFORCE change 1198600 for review

John-Mark Gurney jmg at FreeBSD.org
Mon Sep 8 04:48:30 UTC 2014


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

Change 1198600 by jmg at jmg_carbon2 on 2014/08/12 06:47:01

	fix spelling..

Affected files ...

.. //depot/projects/opencrypto/sys/opencrypto/xform.c#7 edit

Differences ...

==== //depot/projects/opencrypto/sys/opencrypto/xform.c#7 (text+ko) ====

@@ -692,7 +692,7 @@
 	rijndaelEncrypt(ctx->ac_ek, ctx->ac_nr, ctx->ac_block, keystream);
 	for (i = 0; i < AESICM_BLOCKSIZE; i++)
 		data[i] ^= keystream[i];
-	explicite_bzero(keystream, sizeof(keystream));
+	explicit_bzero(keystream, sizeof(keystream));
 
 	/* increment counter */
 	for (i = AESICM_BLOCKSIZE - 1;


More information about the p4-projects mailing list