diff options
| author | tb <> | 2021-12-25 15:43:13 +0000 |
|---|---|---|
| committer | tb <> | 2021-12-25 15:43:13 +0000 |
| commit | 7c3f7a43b785d5f0a28c668448ffaf5836fa3cad (patch) | |
| tree | 9733c351768cc1db3a971705e96cc51a53cbfb3c /src | |
| parent | 4b7d9358023de29df50f078ca8c8b2c68a2e3113 (diff) | |
| download | openbsd-7c3f7a43b785d5f0a28c668448ffaf5836fa3cad.tar.gz openbsd-7c3f7a43b785d5f0a28c668448ffaf5836fa3cad.tar.bz2 openbsd-7c3f7a43b785d5f0a28c668448ffaf5836fa3cad.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, |
