summaryrefslogtreecommitdiff
path: root/regress/lib/libutil
diff options
context:
space:
mode:
authorrob <rob@cvs.openbsd.org>2019-05-12 20:56:12 +0000
committerrob <rob@cvs.openbsd.org>2019-05-12 20:56:12 +0000
commitcecf1291a687208499d3ab54977941786e83b73e (patch)
tree024da9eb50c1fb3c6726237e65ca47f756e1d3e3 /regress/lib/libutil
parent50182cab81f5ddf31d747927be6fe6f15ce2452c (diff)
Remove a now obsolete comment about BITSTRING.
Diffstat (limited to 'regress/lib/libutil')
-rw-r--r--regress/lib/libutil/ber/ber_test.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/regress/lib/libutil/ber/ber_test.c b/regress/lib/libutil/ber/ber_test.c
index 880aa62cef6..5d9f5ac7b13 100644
--- a/regress/lib/libutil/ber/ber_test.c
+++ b/regress/lib/libutil/ber/ber_test.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ber_test.c,v 1.13 2019/05/12 20:55:09 rob Exp $
+/* $OpenBSD: ber_test.c,v 1.14 2019/05/12 20:56:11 rob Exp $
*/
/*
* Copyright (c) Rob Pierce <rob@openbsd.org>
@@ -397,11 +397,6 @@ test(int i)
return 1;
}
break;
- /*
- * the current ber.c does not support bit strings
- * however, simply processing a bit string as an octet string seems
- * to work fine (as suspected by claudio)
- */
case BER_TYPE_BITSTRING:
if (ber_get_bitstring(elm, &bstring, &len) == -1) {
printf("failed (bit string) encoding check\n");