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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/stupidgcm/openssl_aead.c b/internal/stupidgcm/openssl_aead.c
index 9dc6866..77898d5 100644
--- a/internal/stupidgcm/openssl_aead.c
+++ b/internal/stupidgcm/openssl_aead.c
@@ -176,3 +176,8 @@ int openssl_aead_open(
return plaintextLen;
}
+
+// This functions exists to benchmark the C call overhead from Go.
+void noop_c_function(void) {
+ return;
+}