1// +build !windows
2
3// Copyright 2016 Keybase, Inc. All rights reserved. Use of
4// this source code is governed by the included BSD license.
5
6package libkb
7
8// SaferDLLLoading dummy for platforms not needing this.
9func SaferDLLLoading() error { return nil }
10