Skip to content

Commit

Permalink
Use raw string for literal backslashes
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed May 5, 2024
1 parent 95131ab commit f750c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_cffi_src/openssl/cryptography.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from __future__ import annotations

INCLUDES = """
INCLUDES = r"""
/* define our OpenSSL API compatibility level to 1.1.0. Any symbols older than
that will raise an error during compilation. */
#define OPENSSL_API_COMPAT 0x10100000L
Expand Down

0 comments on commit f750c97

Please sign in to comment.