CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/01/04 15:48:57
Modified files: regress/usr.bin/ssh/unittests/sshkey: test_sshkey.c Log message: Copy bytes from the_banana[] rather than banana() Fixes test failure due to segfault seen on arm64 with xonly snap. ok djm