hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.02k stars 4.42k forks source link

Fix SSL helper loading on macOS #13277

Closed chrisroberts closed 8 months ago

chrisroberts commented 8 months ago

A path check is done prior to loading the vagrant ssl helper, but it was only checking for a file with a .so suffix so .bundle files on macos would be ignored and the helper not loaded.

Include both paths when checking for the library existence.

Fixes #13273