2016-04-03 00:37:38 +01:00
|
|
|
diff --git a/salt/utils/rsax931.py b/salt/utils/rsax931.py
|
2017-09-05 13:54:16 +01:00
|
|
|
index f827cc6db8..b728595186 100644
|
2016-04-03 00:37:38 +01:00
|
|
|
--- a/salt/utils/rsax931.py
|
|
|
|
+++ b/salt/utils/rsax931.py
|
2020-06-18 20:38:54 +01:00
|
|
|
@@ -74,7 +74,7 @@
|
|
|
|
"""
|
|
|
|
Attempt to load libcrypto.
|
|
|
|
"""
|
|
|
|
- return cdll.LoadLibrary(_find_libcrypto())
|
|
|
|
+ return cdll.LoadLibrary('@libcrypto@')
|
2017-09-05 13:54:16 +01:00
|
|
|
|
|
|
|
|
2020-06-18 20:38:54 +01:00
|
|
|
def _init_libcrypto():
|