Rename fips/sha1 to fips/sha.
authorAndy Polyakov <appro@openssl.org>
Thu, 26 May 2005 21:29:10 +0000 (21:29 +0000)
committerAndy Polyakov <appro@openssl.org>
Thu, 26 May 2005 21:29:10 +0000 (21:29 +0000)
commite609c04994957410dce1bf34bab1543cce70d81d
tree5402f98248e37f3976942ad03393b9f961cf6e90
parent53cfa36d37805898bfb8e8b0859f35e9bce10982
Rename fips/sha1 to fips/sha.
17 files changed:
Makefile.org
fips/Makefile
fips/fipshashes.c
fips/sha/.cvsignore [new file with mode: 0644]
fips/sha/Makefile [new file with mode: 0644]
fips/sha/asm/fips-sx86-elf.s [new file with mode: 0644]
fips/sha/fips_md32_common.h [new file with mode: 0644]
fips/sha/fips_sha.h [new file with mode: 0644]
fips/sha/fips_sha1_selftest.c [new file with mode: 0644]
fips/sha/fips_sha1dgst.c [new file with mode: 0644]
fips/sha/fips_sha256.c [new file with mode: 0644]
fips/sha/fips_sha512.c [new file with mode: 0644]
fips/sha/fips_sha_locl.h [new file with mode: 0644]
fips/sha/fips_shatest.c [new file with mode: 0644]
fips/sha/fips_standalone_sha1.c [new file with mode: 0644]
test/Makefile
util/checkhash.pl