Add build tags for disabling crypto independently of cgo

This commit is contained in:
Tulir Asokan
2020-08-02 13:55:02 +03:00
parent 1b1d5d9a74
commit 05da509c7c
7 changed files with 21 additions and 28 deletions

View File

@ -14,7 +14,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
// +build cgo
// +build cgo,!nocrypto
package database