From 56c0b19612dd25b84474211c1a84897fe89ce7d4 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 4 Oct 2016 09:51:14 +0200 Subject: without_openssl: support compiling completely without openssl Build helper script: build-without-openssl.bash --- internal/stupidgcm/locking.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/stupidgcm/locking.go') diff --git a/internal/stupidgcm/locking.go b/internal/stupidgcm/locking.go index 88f0900..952d669 100644 --- a/internal/stupidgcm/locking.go +++ b/internal/stupidgcm/locking.go @@ -1,3 +1,5 @@ +// +build !without_openssl + package stupidgcm // In general, OpenSSL is only threadsafe if you provide a locking function -- cgit v1.2.3