openssl/util
Richard Levitte 32fbe9149e Have mkerr.pl treat already existing multiline string defs properly
Since source reformat, we ended up with some error reason string
definitions that spanned two lines.  That in itself is fine, but we
sometimes edited them to provide better strings than what could be
automatically determined from the reason macro, for example:

    {ERR_REASON(SSL_R_NO_GOST_CERTIFICATE_SENT_BY_PEER),
     "Peer haven't sent GOST certificate, required for selected ciphersuite"},

However, mkerr.pl didn't treat those two-line definitions right, and
they ended up being retranslated to whatever the macro name would
indicate, for example:

    {ERR_REASON(SSL_R_NO_GOST_CERTIFICATE_SENT_BY_PEER),
     "No gost certificate sent by peer"},

Clearly not what we wanted.  This change fixes this problem.

Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit 2cfdfe0918)

Conflicts:
	util/mkerr.pl
2015-04-08 21:56:03 +02:00
..
pl Fixes for no-static-engine and Windows builds. 2013-11-21 15:49:34 +00:00
.cvsignore
FreeBSD.sh
add_cr.pl
arx.pl Merge changes to build system from fips branch. 2008-09-16 21:44:57 +00:00
bat.sh
ck_errf.pl Fix make errors 2015-01-22 09:50:03 +00:00
clean-depend.pl Slight bug in dependencies caused occasional unnecessary diffs. Fixed. 2007-09-19 13:10:34 +00:00
copy.pl Update some util files to recognize new FIPS directories. 2008-09-17 16:58:01 +00:00
cygwin.sh PR: 2471 2011-06-22 15:46:37 +00:00
deleof.pl
dirname.pl
do_ms.sh
domd PR: 2085 2009-10-28 19:29:05 +00:00
err-ins.pl
extract-names.pl
extract-section.pl
files.pl
fipslink.pl PR: 2434 2011-01-20 22:12:50 +00:00
fixNT.sh get rid of Makefile.ssl in util/ 2005-04-27 08:56:15 +00:00
indent.pro Provide source reformating script. Requires GNU indent to be 2015-01-22 09:49:20 +00:00
install.sh
libeay.num Update ordinals. 2015-01-05 16:04:46 +00:00
mk1mf.pl no-ssl2 with no-ssl3 does not mean drop the ssl lib 2014-10-20 15:23:54 +10:00
mkcerts.sh
mkdef.pl PR: 2202 (partial) 2010-03-25 12:17:17 +00:00
mkdir-p.pl Update VC++ build engine to include supported engine DLL builds. 2005-11-06 17:49:00 +00:00
mkerr.pl Have mkerr.pl treat already existing multiline string defs properly 2015-04-08 21:56:03 +02:00
mkfiles.pl Win32 fixes, add new directory to WIN32 build system. 2008-10-27 12:30:33 +00:00
mklink.pl Update some util files to recognize new FIPS directories. 2008-09-17 16:58:01 +00:00
mksdef.pl Add extra utilities from FIPS branch. 2008-09-18 11:20:08 +00:00
mkstack.pl
openssl-format-source Fix format script. 2015-03-02 13:50:01 +00:00
opensslwrap.sh opensslwrap.sh update from HEAD. 2007-12-04 20:29:57 +00:00
perlpath.pl
pod2man.pl PR: 2132 2010-01-05 17:33:20 +00:00
pod2mantest get rid of Makefile.ssl in util/ 2005-04-27 08:56:15 +00:00
pod2mantest.pod
point.sh
selftest.pl Check for 'usage' and 'Usage'. 2005-06-20 20:49:05 +00:00
shlib_wrap.sh PR: 1939 2009-06-02 11:19:54 +00:00
sp-diff.pl
speed.sh
src-dep.pl
ssleay.num Update ordinals. 2008-06-05 10:57:21 +00:00
su-filter.pl Delete trailing whitespace from output. 2015-01-22 09:52:17 +00:00
tab_num.pl
x86asm.sh