diff options
author | Jakob Unterwurzacher | 2016-10-04 09:51:14 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-10-04 09:51:14 +0200 |
commit | 56c0b19612dd25b84474211c1a84897fe89ce7d4 (patch) | |
tree | 7eeaa30a90f9cbcc75b7c91853b759f4eb7c034a /internal/stupidgcm/locking.go | |
parent | a00402cc47d245355c6556a17a1cacaf5102a31c (diff) |
without_openssl: support compiling completely without openssl
Build helper script: build-without-openssl.bash
Diffstat (limited to 'internal/stupidgcm/locking.go')
-rw-r--r-- | internal/stupidgcm/locking.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 |