Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pr/8703' into maint
Browse files Browse the repository at this point in the history
OTP-19191

* upstream/pr/8703:
  Fix pubkey_os_cacerts:load() on DragonFly
  • Loading branch information
dgud committed Aug 15, 2024
2 parents 2ca075d + b3b677b commit aafb71f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/public_key/src/pubkey_os_cacerts.erl
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ load() ->
load(bsd_paths(), undefined);
{unix, freebsd} ->
load(bsd_paths(), undefined);
{unix, dragonfly} ->
load(bsd_paths(), undefined);
{unix, netbsd} ->
load(bsd_paths(), undefined);
{unix, sunos} ->
Expand Down

0 comments on commit aafb71f

Please sign in to comment.