commit | 54478ac92a91ad974f1c19c3d225683bd5c75b45 | [log] [tgz] |
---|---|---|
author | Rich Salz <rsalz@openssl.org> | Fri Jul 01 20:10:03 2016 -0400 |
committer | Rich Salz <rsalz@openssl.org> | Fri Jul 08 13:28:33 2016 -0400 |
tree | 051f6aa861bc31c05b08bce68f6aec29f2d6f283 | |
parent | 91da5e7710ba9cd36c5aef0a8056d5a0eb8bf524 [diff] |
GH1278: Removed error code for alerts Commit aea145e removed some error codes that are generated algorithmically: mapping alerts to error texts. Found by Andreas Karlsson. This restores them, and adds two missing ones. Reviewed-by: Matt Caswell <matt@openssl.org>