diff options
author | tb <> | 2021-12-25 15:43:13 +0000 |
---|---|---|
committer | tb <> | 2021-12-25 15:43:13 +0000 |
commit | 2ef99bc0d591cce27908904ddb4bd1ca4d57469f (patch) | |
tree | 9733c351768cc1db3a971705e96cc51a53cbfb3c /src | |
parent | dd5e1d57991d1ff4920aa1a99d43df992335da1a (diff) | |
download | openbsd-2ef99bc0d591cce27908904ddb4bd1ca4d57469f.tar.gz openbsd-2ef99bc0d591cce27908904ddb4bd1ca4d57469f.tar.bz2 openbsd-2ef99bc0d591cce27908904ddb4bd1ca4d57469f.zip |
drop a meaningless XXX
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/x509/x509_addr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_addr.c b/src/lib/libcrypto/x509/x509_addr.c index 418bddf8b1..8c35cf6e8a 100644 --- a/src/lib/libcrypto/x509/x509_addr.c +++ b/src/lib/libcrypto/x509/x509_addr.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509_addr.c,v 1.26 2021/12/25 15:42:32 tb Exp $ */ | 1 | /* $OpenBSD: x509_addr.c,v 1.27 2021/12/25 15:43:13 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Contributed to the OpenSSL Project by the American Registry for | 3 | * Contributed to the OpenSSL Project by the American Registry for |
4 | * Internet Numbers ("ARIN"). | 4 | * Internet Numbers ("ARIN"). |
@@ -197,7 +197,6 @@ static const ASN1_TEMPLATE IPAddrBlocks_item_tt = { | |||
197 | .item = &IPAddressFamily_it, | 197 | .item = &IPAddressFamily_it, |
198 | }; | 198 | }; |
199 | 199 | ||
200 | /* XXX: maybe special? */ | ||
201 | static const ASN1_ITEM IPAddrBlocks_it = { | 200 | static const ASN1_ITEM IPAddrBlocks_it = { |
202 | .itype = ASN1_ITYPE_PRIMITIVE, | 201 | .itype = ASN1_ITYPE_PRIMITIVE, |
203 | .utype = -1, | 202 | .utype = -1, |