LP1830642 Remove variable args from md5sum() user/berick/lp1830642-md5sum-no-var-args
authorBill Erickson <berickxx@gmail.com>
Wed, 29 May 2019 16:36:24 +0000 (12:36 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 29 May 2019 16:36:26 +0000 (12:36 -0400)
commit05640c65e5499b330ea5ab6b82e4af06eecbd23a
tree72c9825f0597b41b7f2ae4dc78fde833ffefc03f
parente7b2ff8dac56c069fec4e718a0699ae1bc98d44d
LP1830642 Remove variable args from md5sum()

Remove support for passing variable args to the md5sum() function, since
no code currently uses this, and it causes problems processing strings
with '%' characters.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
include/opensrf/utils.h
src/libopensrf/utils.c