Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libcrypto/arch/mips The des_opts program suggests just "...



details:   https://anonhg.NetBSD.org/src/rev/a87815a70272
branches:  trunk
changeset: 514834:a87815a70272
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Sep 11 04:10:41 2001 +0000

description:
The des_opts program suggests just "-DDES_UNROLL" on my 5000/260.

diffstat:

 lib/libcrypto/arch/mips/des.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (11 lines):

diff -r 0e9c1e16aea0 -r a87815a70272 lib/libcrypto/arch/mips/des.inc
--- a/lib/libcrypto/arch/mips/des.inc   Tue Sep 11 03:33:52 2001 +0000
+++ b/lib/libcrypto/arch/mips/des.inc   Tue Sep 11 04:10:41 2001 +0000
@@ -1,5 +1,5 @@
-#      $NetBSD: des.inc,v 1.1 2001/09/10 02:56:59 thorpej Exp $
+#      $NetBSD: des.inc,v 1.2 2001/09/11 04:10:41 simonb Exp $
 
-CPPFLAGS+=     -DDES_UNROLL -DDES_RISC2 -DDES_PTR
+CPPFLAGS+=     -DDES_UNROLL
 
 .include "${.CURDIR}/des.inc"



Home | Main Index | Thread Index | Old Index