openssl/util
Richard Levitte 42802a94be 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)
2015-04-08 21:46:15 +02:00
..
pl Remove unused eng_rsax and related asm file 2015-01-26 10:46:26 -05:00
.cvsignore
add_cr.pl
bat.sh
ck_errf.pl Fix make errors 2015-01-22 09:25:13 +00:00
clean-depend.pl Fix dependencies. Make depend. 2007-09-19 14:53:18 +00:00
copy-if-different.pl Backport single makefile from master. 2013-06-13 15:09:48 +01:00
copy.pl add -stripcr option to copy.pl from 0.9.8 2011-02-03 14:58:02 +00:00
cygwin.sh util/cygwin.sh update [from HEAD]. 2012-03-31 11:07:09 +00:00
deleof.pl
deltree.com Break out deltree in its' own command procedure. 2006-02-26 10:44:57 +00:00
dirname.pl
do_ms.sh
domd PR: 1963 2009-06-30 14:59:59 +00:00
err-ins.pl
extract-names.pl
extract-section.pl
files.pl Backport single makefile from master. 2013-06-13 15:09:48 +01:00
fixNT.sh
FreeBSD.sh
indent.pro Provide source reformating script. Requires GNU indent to be 2015-01-22 09:24:12 +00:00
install.sh
libeay.num update ordinals 2015-03-09 16:57:24 +00:00
mk1mf.pl Make output from openssl version -f consistent with previous versions 2015-01-13 11:28:54 +00:00
mkbuildinf.pl Fix build failure on Windows due to undefined cflags identifier 2015-01-08 19:24:09 +00:00
mkcerts.sh
mkdef.pl New option no-ssl3-method which removes SSLv3_*method 2014-11-19 22:54:30 +00:00
mkdir-p.pl Update from stable branch. 2005-11-06 17:58:26 +00:00
mkerr.pl Have mkerr.pl treat already existing multiline string defs properly 2015-04-08 21:46:15 +02:00
mkfiles.pl add cmac to Windows build, update ordinals 2011-06-10 14:12:55 +00:00
mklink.pl make depend to work with cross-gcc, compensate for msys glitch. 2008-12-19 13:35:09 +00:00
mkrc.pl Further mingw build procedure updates. 2006-10-24 22:14:20 +00:00
mkstack.pl Implement sk_deep_copy. 2014-07-07 19:19:13 +10:00
openssl-format-source Fix format script. 2015-03-02 13:43:17 +00:00
opensslwrap.sh opensslwrap.sh to respect $OPENSSL_ENGINES. 2006-12-29 15:00:36 +00:00
perlpath.pl
pod2man.pl PR: 2132 2010-01-05 17:33:09 +00:00
pod2mantest
pod2mantest.pod
point.sh PR: 1899 2009-04-06 14:25:02 +00:00
selftest.pl PR: 1898 2009-04-13 11:22:55 +00:00
shlib_wrap.sh Make Makefiles OSF-make-friendly. 2013-11-12 21:53:39 +01:00
sp-diff.pl
speed.sh
src-dep.pl
ssleay.num New option no-ssl3-method which removes SSLv3_*method 2014-11-19 22:54:30 +00:00
su-filter.pl Delete trailing whitespace from output. 2015-01-22 09:28:43 +00:00
tab_num.pl
x86asm.sh