diff --git a/RNS/Cryptography/Provider.py b/RNS/Cryptography/Provider.py index 994f9e2..4c4e9dc 100644 --- a/RNS/Cryptography/Provider.py +++ b/RNS/Cryptography/Provider.py @@ -1,5 +1,5 @@ PROVIDER_INTERNAL = 0x01 PROVIDER_PYCA = 0x02 -# PROVIDER = PROVIDER_PYCA -PROVIDER = PROVIDER_INTERNAL \ No newline at end of file +PROVIDER = PROVIDER_PYCA +# PROVIDER = PROVIDER_INTERNAL \ No newline at end of file