1diff --git a/salt/utils/rsax931.py b/salt/utils/rsax931.py
2index f827cc6db8..b728595186 100644
3--- a/salt/utils/rsax931.py
4+++ b/salt/utils/rsax931.py
5@@ -74,7 +74,7 @@
6 """
7 Attempt to load libcrypto.
8 """
9- return cdll.LoadLibrary(_find_libcrypto())
10+ return cdll.LoadLibrary('@libcrypto@')
11
12
13 def _init_libcrypto():