CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/08/24 10:11:39
Modified files:
lib/libssl/src/crypto/err: err.c
Log message:
constify strerror return value
There is no intention to modify the string returned by strerror and
doing so is forbidden by the standard.
from Jonas 'Sortie' Termansen
ok tedu@ deraadt@
