1. 08 Apr, 2015 1 commit
    • Richard Levitte's avatar
      Have mkerr.pl treat already existing multiline string defs properly · 32fbe914
      Richard Levitte authored
      
      
      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: default avatarMatt Caswell <matt@openssl.org>
      (cherry picked from commit 2cfdfe09)
      
      Conflicts:
      	util/mkerr.pl
      32fbe914
  2. 24 Mar, 2015 1 commit
  3. 19 Mar, 2015 11 commits
  4. 18 Mar, 2015 1 commit
  5. 14 Mar, 2015 2 commits
  6. 11 Mar, 2015 1 commit
  7. 08 Mar, 2015 1 commit
  8. 06 Mar, 2015 1 commit
  9. 02 Mar, 2015 2 commits
  10. 25 Feb, 2015 1 commit
  11. 09 Feb, 2015 2 commits
  12. 06 Feb, 2015 1 commit
  13. 05 Feb, 2015 1 commit
  14. 03 Feb, 2015 1 commit
  15. 22 Jan, 2015 13 commits