mesa: Add mesa SHA-1 functions
authorCarl Worth <cworth@cworth.org>
Fri, 12 Dec 2014 21:55:30 +0000 (13:55 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 16 Jan 2015 21:47:40 +0000 (13:47 -0800)
commita24bdce46f95cbe9efd3b26f157d1eb36584861f
treef5e328a4556593bec7b2a8f0c13bd723c19be7df
parent670826b431202fa7cceab9ca86fa21747a1be16c
mesa: Add mesa SHA-1 functions

The upcoming shader cache uses the SHA-1 algorithm for cryptographic
naming. These new mesa_sha1 functions are implemented with any one of
several differeny cryptographics libraries.

This code was copied from the xserver repository, (where it has
apparently been functioning well on a variety of operating systems),
and comes licensed with a license identical to that of Mesa.

Bug fixes by José Fonseca <jfonseca@vmware.com>: Fix to put
conditional assignment in Makefile.am, not Makefile.sources to avoid
breaking scons build. Fix include file for CryptoAPI section. Fix
missing cast in openssl section.

Reviewed-by: Matt Turner <mattst88@gmail.com>
configure.ac
src/util/Makefile.am
src/util/Makefile.sources
src/util/sha1.c [new file with mode: 0644]
src/util/sha1.h [new file with mode: 0644]