summaryrefslogtreecommitdiff
path: root/sys/crypto/xform.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/xform.h')
-rw-r--r--sys/crypto/xform.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/crypto/xform.h b/sys/crypto/xform.h
index a8417b77991..33d479d06bc 100644
--- a/sys/crypto/xform.h
+++ b/sys/crypto/xform.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: xform.h,v 1.27 2015/11/13 15:29:55 naddy Exp $ */
+/* $OpenBSD: xform.h,v 1.28 2015/12/10 21:00:51 naddy Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
@@ -76,7 +76,6 @@ union authctx {
AES_GMAC_CTX aes_gmac_ctx;
};
-extern struct enc_xform enc_xform_des;
extern struct enc_xform enc_xform_3des;
extern struct enc_xform enc_xform_blf;
extern struct enc_xform enc_xform_cast5;