[#]
http://marc.info/?l=openbsd-cvs&m=140889671215204&w=2
openbsd-cvs(obsdave,2) — All
2014-08-24 20:55:12
Module name: src
Changes by: bcook@cvs.openbsd.org 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@