salt: 3000.3 -> 3001
This commit is contained in:
@@ -2,13 +2,12 @@ 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
|
||||
@@ -47,6 +47,9 @@ def _load_libcrypto():
|
||||
lib = lib[0] if len(lib) > 0 else None
|
||||
if lib:
|
||||
return cdll.LoadLibrary(lib)
|
||||
+ else:
|
||||
+ return cdll.LoadLibrary('@libcrypto@')
|
||||
+
|
||||
raise OSError('Cannot locate OpenSSL libcrypto')
|
||||
@@ -74,7 +74,7 @@
|
||||
"""
|
||||
Attempt to load libcrypto.
|
||||
"""
|
||||
- return cdll.LoadLibrary(_find_libcrypto())
|
||||
+ return cdll.LoadLibrary('@libcrypto@')
|
||||
|
||||
|
||||
def _init_libcrypto():
|
||||
|
||||
Reference in New Issue
Block a user