Skip to content

Commit

Permalink
bump API version
Browse files Browse the repository at this point in the history
Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb committed Dec 15, 2020
1 parent bdb6f60 commit 2aa6d37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/_cffi_src/openssl/cryptography.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@


INCLUDES = """
/* define our OpenSSL API compatibility level to 1.0.1. Any symbols older than
/* define our OpenSSL API compatibility level to 1.1.0. Any symbols older than
that will raise an error during compilation. We can raise this number again
after we drop 1.0.2 support in the distant future. */
#define OPENSSL_API_COMPAT 0x10001000L
after we drop 1.1.0 support in the distant future. */
#define OPENSSL_API_COMPAT 0x10010000L
#include <openssl/opensslv.h>
Expand Down

0 comments on commit 2aa6d37

Please sign in to comment.