Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)
authorTilghman Lesher <tilghman@meg.abyt.es>
Fri, 3 Feb 2006 22:37:29 +0000 (22:37 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Fri, 3 Feb 2006 22:37:29 +0000 (22:37 +0000)
commit34bcd0e0b65aef5a30b1b87a1e934a22757f1e5a
tree7ee7bba9af76d6bbba703f9f46349e75ac245ab6
parent193b923925caabbf9d2dcc989f8e2b90e8ed82e1
Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9138 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Makefile
channel.c
funcs/Makefile
funcs/func_sha1.c [new file with mode: 0644]
include/asterisk/sha1.h [new file with mode: 0644]
include/asterisk/utils.h
sha1.c [new file with mode: 0644]
utils.c