]> git.sesse.net Git - vlc/commit
Update mechanism: split update.c
authorRafaël Carré <rafael.carre@gmail.com>
Thu, 20 Aug 2009 06:01:23 +0000 (08:01 +0200)
committerRafaël Carré <rafael.carre@gmail.com>
Thu, 20 Aug 2009 06:04:10 +0000 (08:04 +0200)
commit1c378b2dd1f4428baffd436a28bc8aa92dc9b5fa
tree0bf00cf4abcdbd2131fda5edb43f68899fe88c75
parent141eb5a663b05b41afc5664ccf43cc73e601894c
Update mechanism: split update.c

Move cryptography specific functions into their own file, together with
functions downloading public key / signatures
Factorize common code for generating signatures (hash_sha1_from_*)
Remove unused update_WaitDownload (was OSX specific)
include/vlc_update.h
src/Makefile.am
src/misc/update.c
src/misc/update.h
src/misc/update_crypto.c [new file with mode: 0644]