aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto/xform_auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/opencrypto/xform_auth.h')
-rw-r--r--sys/opencrypto/xform_auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/opencrypto/xform_auth.h b/sys/opencrypto/xform_auth.h
index dbdb278209b5..6427965671d3 100644
--- a/sys/opencrypto/xform_auth.h
+++ b/sys/opencrypto/xform_auth.h
@@ -84,6 +84,7 @@ extern struct auth_hash auth_hash_poly1305;
extern struct auth_hash auth_hash_ccm_cbc_mac_128;
extern struct auth_hash auth_hash_ccm_cbc_mac_192;
extern struct auth_hash auth_hash_ccm_cbc_mac_256;
+extern struct auth_hash auth_hash_chacha20_poly1305;
union authctx {
SHA1_CTX sha1ctx;