Skip to content
Snippets Groups Projects
Commit 3434335e authored by chrysn's avatar chrysn
Browse files

dtls.pyx: Declare language_level = 2

parent a66fb95e
No related branches found
No related tags found
No related merge requests found
# cython: language_level=2
cimport tdtls
from tdtls cimport dtls_context_t, dtls_handler_t, session_t, dtls_alert_level_t, dtls_credentials_type_t
from libc.stdint cimport uint8_t
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment