Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2002 17:14:39 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/secure/lib/libcrypto Makefile Makefile.asm Makefile.inc src/secure/lib/libcrypto/i386 bf-586.s bf-686.s bn-586.s cast-586.s co-586.s crypt586.s des-586.s md5-586.s rc4-586.s rc5-586.s rmd-586.s sha1-586.s
Message-ID:  <200205030014.g430EdH45245@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2002/05/02 17:14:39 PDT

  Modified files:
    secure/lib/libcrypto Makefile Makefile.inc 
  Added files:
    secure/lib/libcrypto Makefile.asm 
    secure/lib/libcrypto/i386 bf-586.s bf-686.s bn-586.s 
                              cast-586.s co-586.s crypt586.s 
                              des-586.s md5-586.s rc4-586.s 
                              rc5-586.s rmd-586.s sha1-586.s 
  Log:
  Pre-generate the optimized x86 crypto code and check it in rather than
  depending on perl at build time.  Makefile.asm is a helper for after the
  next import.
  
  With my cvs@ hat on, the relatively small repo cost of this is acceptable,
  especially given that we have other (much bigger) things like
  lib*.so.gz.uu checked in under src/lib/compat/*.
  
  Reviewed by:    kris (maintainer)
  
  Revision  Changes    Path
  1.44      +21 -37    src/secure/lib/libcrypto/Makefile
  1.1       +63 -0     src/secure/lib/libcrypto/Makefile.asm (new)
  1.24      +1 -4      src/secure/lib/libcrypto/Makefile.inc
  1.1       +932 -0    src/secure/lib/libcrypto/i386/bf-586.s (new)
  1.1       +902 -0    src/secure/lib/libcrypto/i386/bf-686.s (new)
  1.1       +890 -0    src/secure/lib/libcrypto/i386/bn-586.s (new)
  1.1       +971 -0    src/secure/lib/libcrypto/i386/cast-586.s (new)
  1.1       +1270 -0   src/secure/lib/libcrypto/i386/co-586.s (new)
  1.1       +933 -0    src/secure/lib/libcrypto/i386/crypt586.s (new)
  1.1       +3154 -0   src/secure/lib/libcrypto/i386/des-586.s (new)
  1.1       +689 -0    src/secure/lib/libcrypto/i386/md5-586.s (new)
  1.1       +316 -0    src/secure/lib/libcrypto/i386/rc4-586.s (new)
  1.1       +584 -0    src/secure/lib/libcrypto/i386/rc5-586.s (new)
  1.1       +1975 -0   src/secure/lib/libcrypto/i386/rmd-586.s (new)
  1.1       +1960 -0   src/secure/lib/libcrypto/i386/sha1-586.s (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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