Skip to content
Snippets Groups Projects
Commit 8390dc2f authored by Thomas Faivre's avatar Thomas Faivre Committed by Pierre LALET
Browse files

Fix IPsec spelling


Signed-off-by: default avatarThomas Faivre <thomas.faivre@6wind.com>
parent c24298b9
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,7 @@ try: ...@@ -152,7 +152,7 @@ try:
) )
except ImportError: except ImportError:
log_loading.info("Can't import python cryptography lib. " log_loading.info("Can't import python cryptography lib. "
"Disabled IPSec encryption/authentication.") "Disabled IPsec encryption/authentication.")
algorithms = None algorithms = None
Cipher = None Cipher = None
modes = None modes = None
......
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