]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
fix newline escaping for unsupported_algorithms
authorDamien Miller <djm@mindrot.org>
Fri, 15 Jul 2016 03:44:38 +0000 (13:44 +1000)
committerDamien Miller <djm@mindrot.org>
Fri, 15 Jul 2016 04:28:59 +0000 (14:28 +1000)
commit679ce88ec2a8e2fe6515261c489e8c1449bb9da9
tree50217888e98c1fb47ac115534443130c38fc2c34
parented877ef653847d056bb433975d731b7a1132a979
fix newline escaping for unsupported_algorithms

The hmac-ripemd160 was incorrect and could lead to broken
Makefiles on systems that lacked support for it, but I made
all the others consistent too.
configure.ac