CVSROOT: /cvs Module name: src Changes by: na...@cvs.openbsd.org 2017/12/14 14:07:39
Modified files: usr.bin/ssh : crypto_api.h hash.c usr.bin/ssh/ssh: Makefile usr.bin/ssh/ssh-add: Makefile usr.bin/ssh/ssh-agent: Makefile usr.bin/ssh/ssh-keygen: Makefile usr.bin/ssh/ssh-keyscan: Makefile usr.bin/ssh/ssh-keysign: Makefile usr.bin/ssh/ssh-pkcs11-helper: Makefile usr.bin/ssh/sshd: Makefile Removed files: usr.bin/ssh : blocks.c Log message: Replace ED25519's private SHA-512 implementation with a call to the regular digest code. This speeds up compilation considerably. ok markus@