Skip to content
Snippets Groups Projects
Commit 672293c3c7b9 authored by Jean-Francois Pieronne's avatar Jean-Francois Pieronne
Browse files

Not implemented on VMS, need libsodium

parent f19267a22424
No related tags found
No related merge requests found
...@@ -336,9 +336,10 @@ ...@@ -336,9 +336,10 @@
"Cryptography_HAS_TLS_ST": cryptography_has_tls_st, "Cryptography_HAS_TLS_ST": cryptography_has_tls_st,
"Cryptography_HAS_LOCKING_CALLBACKS": cryptography_has_locking_callbacks, "Cryptography_HAS_LOCKING_CALLBACKS": cryptography_has_locking_callbacks,
"Cryptography_HAS_SCRYPT": cryptography_has_scrypt, "Cryptography_HAS_SCRYPT": cryptography_has_scrypt,
"Cryptography_HAS_GENERIC_DTLS_METHOD": ( # Doesn't exist on OpenVMS
cryptography_has_generic_dtls_method # "Cryptography_HAS_GENERIC_DTLS_METHOD": (
), # cryptography_has_generic_dtls_method
# ),
"Cryptography_HAS_EVP_PKEY_DHX": cryptography_has_evp_pkey_dhx, "Cryptography_HAS_EVP_PKEY_DHX": cryptography_has_evp_pkey_dhx,
"Cryptography_HAS_MEM_FUNCTIONS": cryptography_has_mem_functions, "Cryptography_HAS_MEM_FUNCTIONS": cryptography_has_mem_functions,
"Cryptography_HAS_SCT": cryptography_has_sct, "Cryptography_HAS_SCT": cryptography_has_sct,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment