diff options
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> |