diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2020-07-20 11:10:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-20 12:10:29 -0400 |
| commit | 4a245a657a071dff959d30eff1d214c7ff88eada (patch) | |
| tree | edf99a2ea8ec667b218c6ebb7b887171f60d920d /src/_cffi_src | |
| parent | 2fdb7472af5ec0c604c70356341535731a5aa926 (diff) | |
| download | cryptography-4a245a657a071dff959d30eff1d214c7ff88eada.tar.gz | |
test FIPS mode on centos8 (#5323)
* test FIPS mode on centos8
* remove branch we don't take
* simpler
* better comment
* rename
* revert some things that don't matter
* small cleanups
Diffstat (limited to 'src/_cffi_src')
| -rw-r--r-- | src/_cffi_src/openssl/err.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_cffi_src/openssl/err.py b/src/_cffi_src/openssl/err.py index ecdc6e3de..c0697f5d4 100644 --- a/src/_cffi_src/openssl/err.py +++ b/src/_cffi_src/openssl/err.py @@ -81,6 +81,7 @@ static const int EVP_R_WRONG_FINAL_BLOCK_LENGTH; static const int EVP_R_CAMELLIA_KEY_SETUP_FAILED; static const int EC_R_UNKNOWN_GROUP; +static const int EC_R_NOT_A_NIST_PRIME; static const int PEM_R_BAD_BASE64_DECODE; static const int PEM_R_BAD_DECRYPT; |
