summaryrefslogtreecommitdiff
path: root/sys/crypto/xform.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/xform.c')
-rw-r--r--sys/crypto/xform.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/crypto/xform.c b/sys/crypto/xform.c
index 14aa68bbef9..6d16a025f46 100644
--- a/sys/crypto/xform.c
+++ b/sys/crypto/xform.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xform.c,v 1.52 2015/11/13 12:21:16 mikeb Exp $ */
+/* $OpenBSD: xform.c,v 1.53 2015/11/13 15:29:55 naddy Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr),
@@ -232,15 +232,6 @@ struct enc_xform enc_xform_chacha20_poly1305 = {
chacha20_reinit
};
-struct enc_xform enc_xform_arc4 = {
- CRYPTO_ARC4, "ARC4",
- 1, 1, 1, 32, 0,
- NULL,
- NULL,
- NULL,
- NULL
-};
-
struct enc_xform enc_xform_null = {
CRYPTO_NULL, "NULL",
4, 0, 0, 256, 0,