Add build tags for disabling crypto independently of cgo
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user