openssl/util
Richard Levitte 0186f7bf87 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:47:00 +02:00
..
pl NetWare compilation fix. 2014-11-27 14:04:13 +00:00
.cvsignore Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +00:00
add_cr.pl
bat.sh Add the possibility to build without the ENGINE framework. 2003-01-30 17:39:26 +00:00
ck_errf.pl Fix make errors 2015-01-22 09:34:48 +00:00
clean-depend.pl Fix dependencies. Make depend. 2007-09-19 14:53:18 +00: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:28 +00:00
deleof.pl
deltree.com Break out deltree in its' own command procedure. 2006-02-26 10:44:57 +00:00
dirname.pl Make perl replacement for dirname, for system that lack the latter. 2002-06-05 14:10:59 +00:00
do_ms.sh More consistency. 1999-05-31 21:58:18 +00:00
domd PR: 1963 2009-06-30 14:59:59 +00:00
err-ins.pl
extract-names.pl Change spaces to symbols in names. 2004-03-25 19:52:34 +00:00
extract-section.pl Allow alternative manual sections to be embedded in .pod file comments. 2004-11-25 17:47:31 +00:00
files.pl
fixNT.sh get rid of Makefile.ssl in util/ 2005-04-27 08:56:15 +00:00
FreeBSD.sh
indent.pro Provide source reformating script. Requires GNU indent to be 2015-01-22 09:34:02 +00:00
install.sh
libeay.num update ordinals 2015-03-09 16:58:16 +00:00
mk1mf.pl Make output from openssl version -f consistent with previous versions 2015-01-13 11:29:11 +00:00
mkbuildinf.pl Fix build failure on Windows due to undefined cflags identifier 2015-01-08 19:26:28 +00:00
mkcerts.sh Fix buggy #! magic and update ssleay->openssl 2002-11-15 21:26:42 +00:00
mkdef.pl New option no-ssl3-method which removes SSLv3_*method 2014-11-19 22:57:51 +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:47:00 +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 Assorted bugfixes: 2011-02-03 12:03:57 +00:00
openssl-format-source Fix format script. 2015-03-02 13:43:29 +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 get rid of Makefile.ssl in util/ 2005-04-27 08:56:15 +00:00
pod2mantest.pod Apparently, there are still chances we have to deal with buggy pod2man versions. 2002-05-30 15:19:43 +00:00
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 22:01:20 +01:00
sp-diff.pl MD4 implemented. Assar Westerlund provided the digest code itself and the test utility, I added the bits to get a EVP interface, the command line utility and the speed test 2000-08-14 14:05:53 +00:00
speed.sh
src-dep.pl
ssleay.num New option no-ssl3-method which removes SSLv3_*method 2014-11-19 22:57:51 +00:00
su-filter.pl Delete trailing whitespace from output. 2015-01-22 09:37:59 +00:00
tab_num.pl
x86asm.sh