Kaynağa Gözat

Fix no-crypto build

Tulir Asokan 4 yıl önce
ebeveyn
işleme
34163859f0
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      no-crypto.go

+ 4 - 0
no-crypto.go

@@ -2,6 +2,10 @@
 
 package main
 
+import (
+	"errors"
+)
+
 func NewCryptoHelper(bridge *Bridge) Crypto {
 	if !bridge.Config.Bridge.Encryption.Allow {
 		bridge.Log.Warnln("Bridge built without end-to-bridge encryption, but encryption is enabled in config")