CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/08 18:52:44
Modified files:
usr.bin/ssh : ssh-rsa.c
Log message:
openssh_RSA_verify return type is int, so don't make it size_t within
the function itself with only negative numbers or zero assigned to it.
bz#2460
