summaryrefslogtreecommitdiff
path: root/lib/chef/win32/api/crypto.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/win32/api/crypto.rb')
-rw-r--r--lib/chef/win32/api/crypto.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/win32/api/crypto.rb b/lib/chef/win32/api/crypto.rb
index cf32287a17..9cf8387433 100644
--- a/lib/chef/win32/api/crypto.rb
+++ b/lib/chef/win32/api/crypto.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require 'chef/win32/api'
+require "chef/win32/api"
class Chef
module ReservedNames::Win32
@@ -28,7 +28,7 @@ class Chef
# Win32 API Bindings
###############################################
- ffi_lib 'Crypt32'
+ ffi_lib "Crypt32"
CRYPTPROTECT_UI_FORBIDDEN = 0x1
CRYPTPROTECT_LOCAL_MACHINE = 0x4