CVSROOT: /cvs Module name: src Changes by: l...@cvs.openbsd.org 2014/03/24 22:28:28
Modified files: lib/libskey : skeysubr.c Log message: Fix two bugs introduced after MD4 removal: Change the default algorithm back to md5 (as documented on the man pages), and do not let skey_set_algorithm() cause a segfault if an unsupported algorithm is specified. earlier version ok tedu@ help/ok millert@, ok naddy@