summaryrefslogtreecommitdiff
path: root/sbin/isakmpd
diff options
context:
space:
mode:
authorMoritz Jodeit <moritz@cvs.openbsd.org>2005-05-03 13:50:45 +0000
committerMoritz Jodeit <moritz@cvs.openbsd.org>2005-05-03 13:50:45 +0000
commit90be247e606cc6c2b27d71d189e1a5a207b1b5bb (patch)
tree70106a8f6389d5bf6e1cc6d33fd4cd4e068c5f70 /sbin/isakmpd
parentcb63b0d97177240f17dbf0a951e9ed1b1103947f (diff)
remove remaining stuff from b2n_snprintf removal. ok hshoexer@
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r--sbin/isakmpd/math_2n.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/isakmpd/math_2n.c b/sbin/isakmpd/math_2n.c
index 153aef4ff6a..7c4ba46bdc3 100644
--- a/sbin/isakmpd/math_2n.c
+++ b/sbin/isakmpd/math_2n.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: math_2n.c,v 1.22 2005/04/21 01:23:06 cloder Exp $ */
+/* $OpenBSD: math_2n.c,v 1.23 2005/05/03 13:50:44 moritz Exp $ */
/* $EOM: math_2n.c,v 1.15 1999/04/20 09:23:30 niklas Exp $ */
/*
@@ -48,7 +48,6 @@
static u_int8_t hex2int(char);
-static char int2hex[] = "0123456789abcdef";
CHUNK_TYPE b2n_mask[CHUNK_BITS] = {
0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80,
#if CHUNK_BITS > 8