]> git.proxmox.com Git - libgit2.git/commit
Win32 CryptoAPI and CNG support for SHA1
authorEdward Thomson <ethomson@edwardthomson.com>
Mon, 5 Nov 2012 18:37:15 +0000 (12:37 -0600)
committerEdward Thomson <ethomson@edwardthomson.com>
Tue, 13 Nov 2012 16:23:05 +0000 (10:23 -0600)
commitd6fb09240913c9756de5f4a2462062008ebac252
treec4a99509abd1dffdcd52353d551089f257b54c1e
parente45423dd2c5ef8262f70605b81c6da0751d000a3
Win32 CryptoAPI and CNG support for SHA1
21 files changed:
CMakeLists.txt
src/filebuf.c
src/global.h
src/hash.c
src/hash.h
src/hash/hash_generic.c [new file with mode: 0644]
src/hash/hash_generic.h [new file with mode: 0644]
src/hash/hash_openssl.h [new file with mode: 0644]
src/hash/hash_ppc.c [new file with mode: 0644]
src/hash/hash_ppc.h [new file with mode: 0644]
src/hash/hash_ppc_core.S [new file with mode: 0644]
src/hash/hash_win32.c [new file with mode: 0644]
src/hash/hash_win32.h [new file with mode: 0644]
src/indexer.c
src/odb.c
src/pack-objects.c
src/ppc/sha1.c [deleted file]
src/ppc/sha1.h [deleted file]
src/ppc/sha1ppc.S [deleted file]
src/sha1/sha1.c [deleted file]
tests-clar/object/raw/hash.c