From: Mark Wooding Date: Thu, 11 May 2017 09:42:15 +0000 (+0100) Subject: server/bulkcrypto.c, server/tripe.8.in: Handle MAC names containing `/'. X-Git-Tag: 1.0.0pre19~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/commitdiff_plain/73d383c0973a6b6d16293d80933b5d2fff0c1d7a?ds=sidebyside;hp=73d383c0973a6b6d16293d80933b5d2fff0c1d7a server/bulkcrypto.c, server/tripe.8.in: Handle MAC names containing `/'. Everything is fine (though unnecessarily ugly) if we take the final `/' as delimiting the tag length, rather than the initial one. So do that. ---