diff options
| author | Jakob Unterwurzacher | 2025-08-07 22:06:39 +0200 | 
|---|---|---|
| committer | Jakob Unterwurzacher | 2025-08-07 22:06:39 +0200 | 
| commit | 5f324fe6614c1cf6bc7e5c07807332c8bb23dd5c (patch) | |
| tree | bc8025ef01a5161fdcb9e2acf6295bb712cec24e /internal/stupidgcm/openssl_aead.c | |
| parent | 677bd8eaec0601dc0a7cac921a586860e9be3aff (diff) | |
stupidgcm: make build tags consistent
This makes building with just CGO_ENABLED=0 work.
Diffstat (limited to 'internal/stupidgcm/openssl_aead.c')
| -rw-r--r-- | internal/stupidgcm/openssl_aead.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/internal/stupidgcm/openssl_aead.c b/internal/stupidgcm/openssl_aead.c index e02466f..a7f4f59 100644 --- a/internal/stupidgcm/openssl_aead.c +++ b/internal/stupidgcm/openssl_aead.c @@ -1,4 +1,4 @@ -// +build !without_openssl +//go:build cgo && !without_openssl  #include "openssl_aead.h"  #include <openssl/evp.h> | 
