[core] add public domain SHA1() if no crypto
commit889db409dcdd26de432b51e08fa7999ea902ffe4
authorGlenn Strauss <gstrauss@gluelogic.com>
Tue, 25 Jul 2017 06:05:36 +0000 (25 02:05 -0400)
committerGlenn Strauss <gstrauss@gluelogic.com>
Tue, 25 Jul 2017 06:07:49 +0000 (25 02:07 -0400)
tree2b508e8da9057c6cf08d44fea70c071fef798afb
parentfad841d69bc068b89074b1e6a8bbd2baac85116a
[core] add public domain SHA1() if no crypto

add public domain SHA1() if not linking with crypto lib

obtained from https://github.com/nori0428/mod_websocket
 * Originally written by Steve Reid <steve@edmweb.com>
 *
 * Modified by Aaron D. Gifford <agifford@infowest.com>
 *
 * NO COPYRIGHT - THIS IS 100% IN THE PUBLIC DOMAIN
 *
 * The original unmodified version is available at:
 *    ftp://ftp.funet.fi/pub/crypt/hash/sha/sha1.c
src/CMakeLists.txt
src/Makefile.am
src/SConscript
src/algo_sha1.c [new file with mode: 0644]
src/algo_sha1.h [new file with mode: 0644]
src/mod_authn_file.c