diff options
author | Richard Levitte <levitte@openssl.org> | 2019-05-06 10:50:35 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-11-12 13:33:12 +0100 |
commit | 0255c1742a5a8186802fdef19b4f1c8c701a27bc (patch) | |
tree | dac795407b3aba52bffa35cc1bea437a1f66777a /crypto/err/openssl.txt | |
parent | Make sure KDF reason codes are conserved in their current state (diff) | |
download | openssl-0255c1742a5a8186802fdef19b4f1c8c701a27bc.tar.xz openssl-0255c1742a5a8186802fdef19b4f1c8c701a27bc.zip |
Add a .pragma directive for configuration files
Currently added pragma:
.pragma dollarid:on
This allows dollar signs to be a keyword character unless it's
followed by a opening brace or parenthesis.
Fixes #8207
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8882)
Diffstat (limited to 'crypto/err/openssl.txt')
-rw-r--r-- | crypto/err/openssl.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/err/openssl.txt b/crypto/err/openssl.txt index abbf232133..f3fb8a55d9 100644 --- a/crypto/err/openssl.txt +++ b/crypto/err/openssl.txt @@ -2163,7 +2163,10 @@ COMP_R_ZLIB_DEFLATE_ERROR:99:zlib deflate error COMP_R_ZLIB_INFLATE_ERROR:100:zlib inflate error COMP_R_ZLIB_NOT_SUPPORTED:101:zlib not supported CONF_R_ERROR_LOADING_DSO:110:error loading dso +CONF_R_INVALID_PRAGMA:122:invalid pragma CONF_R_LIST_CANNOT_BE_NULL:115:list cannot be null +CONF_R_MANDATORY_BRACES_IN_VARIABLE_EXPANSION:123:\ + mandatory braces in variable expansion CONF_R_MISSING_CLOSE_SQUARE_BRACKET:100:missing close square bracket CONF_R_MISSING_EQUAL_SIGN:101:missing equal sign CONF_R_MISSING_INIT_FUNCTION:112:missing init function |