aboutsummaryrefslogtreecommitdiff
path: root/internal/stupidgcm/openssl_aead.c
diff options
context:
space:
mode:
Diffstat (limited to 'internal/stupidgcm/openssl_aead.c')
-rw-r--r--internal/stupidgcm/openssl_aead.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/stupidgcm/openssl_aead.c b/internal/stupidgcm/openssl_aead.c
index 77898d5..e02466f 100644
--- a/internal/stupidgcm/openssl_aead.c
+++ b/internal/stupidgcm/openssl_aead.c
@@ -1,3 +1,5 @@
+// +build !without_openssl
+
#include "openssl_aead.h"
#include <openssl/evp.h>
#include <stdio.h>