From 86061f9f4700de69b92072851c8a852ab2a698d8 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 8 Jun 2022 19:47:51 +0200 Subject: [PATCH] Cleanup --- RNS/Cryptography/Provider.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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