diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-12-25 15:43:14 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-12-25 15:43:14 +0000 |
commit | 9063c2dc72ca3348cabeef15e9f6b6ac3c439936 (patch) | |
tree | d94bb62454cea8663a0ae83280ceba85d4e7a30b /lib/libcrypto | |
parent | 23ad54ebdbc7c2a4b6236649a7bed30faffb026e (diff) |
drop a meaningless XXX
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/x509/x509_addr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/x509/x509_addr.c b/lib/libcrypto/x509/x509_addr.c index 418bddf8b19..8c35cf6e8ac 100644 --- a/lib/libcrypto/x509/x509_addr.c +++ b/lib/libcrypto/x509/x509_addr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_addr.c,v 1.26 2021/12/25 15:42:32 tb Exp $ */ +/* $OpenBSD: x509_addr.c,v 1.27 2021/12/25 15:43:13 tb Exp $ */ /* * Contributed to the OpenSSL Project by the American Registry for * Internet Numbers ("ARIN"). @@ -197,7 +197,6 @@ static const ASN1_TEMPLATE IPAddrBlocks_item_tt = { .item = &IPAddressFamily_it, }; -/* XXX: maybe special? */ static const ASN1_ITEM IPAddrBlocks_it = { .itype = ASN1_ITYPE_PRIMITIVE, .utype = -1, |