summaryrefslogtreecommitdiff
path: root/lib/chef/win32/crypto.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/win32/crypto.rb')
-rw-r--r--lib/chef/win32/crypto.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/chef/win32/crypto.rb b/lib/chef/win32/crypto.rb
index 9832f9e67e..d1a6d41d2f 100644
--- a/lib/chef/win32/crypto.rb
+++ b/lib/chef/win32/crypto.rb
@@ -16,10 +16,10 @@
# limitations under the License.
#
-require "chef/win32/error"
-require "chef/win32/api/memory"
-require "chef/win32/api/crypto"
-require "chef/win32/unicode"
+require_relative "error"
+require_relative "api/memory"
+require_relative "api/crypto"
+require_relative "unicode"
require "digest"
class Chef