]> git.ipfire.org Git - thirdparty/chrony.git/commit
util: replace assert for missing MD5 with fatal log message
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 21 Feb 2018 10:10:26 +0000 (11:10 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 26 Feb 2018 12:42:04 +0000 (13:42 +0100)
commit4da9f74d24573b56507ea7600c52acc0b0042415
tree980ab2c7880137f3db7fba3cda4b46cb7e039d41
parente41042e258acf3b83fc843d8fed16342e6b29493
util: replace assert for missing MD5 with fatal log message

Apparently, on some systems the MD5 function is missing with the NSS
support (freebl3). Instead of failing an assertion, exit with a log
message.
util.c