diff options
author | Bodo Möller <bodo@openssl.org> | 2000-03-05 01:19:36 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2000-03-05 01:19:36 +0100 |
commit | 59fc2b0fc21f0c90a328edb7b2755c242adfb27a (patch) | |
tree | 8ea25ac20ed309b25f8086c13fbd543e1c8e7468 /CHANGES | |
parent | Beautifying. Sorry, but code that's slammed to the far left is not (diff) | |
download | openssl-59fc2b0fc21f0c90a328edb7b2755c242adfb27a.tar.xz openssl-59fc2b0fc21f0c90a328edb7b2755c242adfb27a.zip |
Preserve reason strings in automatically build tables.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -4,6 +4,12 @@ Changes between 0.9.5 and 0.9.6 [XX XXX 2000] + *) In util/mkerr.pl (which implements 'make errors'), preserve + reason strings from the previous version of the .c file, as + the default to have only downcase letters (and digits) in + automatically generated reasons codes is not always appropriate. + [Bodo Moeller] + *) In ERR_load_ERR_strings(), build an ERR_LIB_SYS error reason table using strerror. Previously, ERR_reason_error_string() returned library names as reason strings for SYSerr; but SYSerr is a special |