svn commit: r333883 - head/sys/crypto/skein/amd64

Matt Macy mmacy at FreeBSD.org
Sat May 19 18:27:16 UTC 2018


Author: mmacy
Date: Sat May 19 18:27:14 2018
New Revision: 333883
URL: https://svnweb.freebsd.org/changeset/base/333883

Log:
  disable printing value of SKEIN_LOOP during standard out,
  not useful information

Modified:
  head/sys/crypto/skein/amd64/skein_block_asm.s

Modified: head/sys/crypto/skein/amd64/skein_block_asm.s
==============================================================================
--- head/sys/crypto/skein/amd64/skein_block_asm.s	Sat May 19 18:15:41 2018	(r333882)
+++ head/sys/crypto/skein/amd64/skein_block_asm.s	Sat May 19 18:27:14 2018	(r333883)
@@ -27,7 +27,7 @@ _SKEIN_LOOP       =   2                     #default i
 .else
 _SKEIN_LOOP       = SKEIN_LOOP
   .irp _NN_,%_SKEIN_LOOP                #only display loop unrolling if default changed on command line
-.print  "+++ SKEIN_LOOP = \_NN_"
+#.print  "+++ SKEIN_LOOP = \_NN_"
   .endr
 .endif
 # the unroll counts (0 --> fully unrolled)


More information about the svn-src-all mailing list