As noted by Thomas Anders, the Heimdal libroken library has a base64_decode()
authorobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 10 May 2004 22:20:24 +0000 (22:20 +0000)
committerobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 10 May 2004 22:20:24 +0000 (22:20 +0000)
commitf409cbb40adc066e7c5cfd120d3a1b0d5fddd146
treeb12ff9e329557a4fd86946f39cdc931312d3bb5a
parentdb077cc7fb3afd0600e830d1da259997f9fe24ae
As noted by Thomas Anders, the Heimdal libroken library has a base64_decode()
function with a different signature than the one defined in util.c/util.h.
For this reason, we need to rename our base64_decode() routine.

The routine is now called epan_base64_decode().

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10840 f5534014-38df-0310-8fa8-9805f1628bb7
packet-http.c
util.c
util.h