2020-04-24 23:36:52 +00:00
|
|
|
diff --git a/salt/utils/rsax931.py b/salt/utils/rsax931.py
|
|
|
|
index f827cc6db8..b728595186 100644
|
|
|
|
--- a/salt/utils/rsax931.py
|
|
|
|
+++ b/salt/utils/rsax931.py
|
2020-07-18 16:06:22 +00:00
|
|
|
@@ -74,7 +74,7 @@
|
|
|
|
"""
|
|
|
|
Attempt to load libcrypto.
|
|
|
|
"""
|
|
|
|
- return cdll.LoadLibrary(_find_libcrypto())
|
|
|
|
+ return cdll.LoadLibrary('@libcrypto@')
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
|
2020-07-18 16:06:22 +00:00
|
|
|
def _init_libcrypto():
|