diff options
author | 2019-05-12 20:56:11 +0000 | |
---|---|---|
committer | 2019-05-12 20:56:11 +0000 | |
commit | 3f64036321e0dba9a7a27c0b7750337d26394aa0 (patch) | |
tree | 3dd6fe55b8ae6ee9eee79eeaa368c5337081a461 | |
parent | Add test cases for enum, and an additional test for null. (diff) | |
download | wireguard-openbsd-3f64036321e0dba9a7a27c0b7750337d26394aa0.tar.xz wireguard-openbsd-3f64036321e0dba9a7a27c0b7750337d26394aa0.zip |
Remove a now obsolete comment about BITSTRING.
-rw-r--r-- | regress/lib/libutil/ber/ber_test.c | 7 |
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"); |