machyve / xhyve

xhyve, a lightweight OS X virtualization solution
Other
6.44k stars 354 forks source link

Fix MacOSX 10.15 CC_MD5 deprecation errors #175

Closed dx9 closed 4 years ago

dx9 commented 4 years ago

Use CC_SHA1 instead.

jasnee commented 4 years ago

Good call. But is there any reason you picked SHA1 over something in SHA2 (e.g. SHA-256)?

dx9 commented 4 years ago

Only that it is smaller. Happy to change it to SHA-256. Thanks for reviewing!