$ gcc -o ssh-keysign ssh-keysign.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -L/usr/local/lib -lssh -lopenbsd-compat -lz -lcrypto ld: 0711-317 ERROR: Undefined symbol: __progname ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status Following patch conditionally defines __progname (stolen directly from ssh.c). Any reason it shouldn't be in a .h file once rather than 11 .c files?
Created attachment 108 [details] Conditionally define __progname in ssh-keysign.c
Ermm.. Must have fat-figured the grep for it. It's applied.
Mass change of RESOLVED bugs to CLOSED