EntrustCorporation / draft-ounsworth-composite-sigs

DEPRECATED REPO - moved to https://github.com/lamps-wg/draft-composite-sigs
Other
5 stars 4 forks source link

Clean up compile warnings #65

Closed ounsworth closed 5 years ago

ounsworth commented 5 years ago

When building, it gives me these warnings:

$ make

xml2rfc draft-ounsworth-pq-composite-sigs.xml --basename draft-ounsworth-pq-composite-sigs --html --text
Parsing file draft-ounsworth-pq-composite-sigs.xml
WARNING: no <xref> in <rfc> targets <reference anchor='RFC1421'>
WARNING: no <xref> in <rfc> targets <reference anchor='RFC4648'>
WARNING: no <xref> in <rfc> targets <reference anchor='I-D.truskovsky-lamps-pq-hybrid-x509'>
WARNING: no <xref> in <rfc> targets <reference anchor='I-D.pala-composite-crypto'>
Created file draft-ounsworth-pq-composite-sigs.html
WARNING: no <xref> in <rfc> targets <reference anchor='RFC1421'>
WARNING: no <xref> in <rfc> targets <reference anchor='RFC4648'>
WARNING: no <xref> in <rfc> targets <reference anchor='I-D.truskovsky-lamps-pq-hybrid-x509'>
WARNING: no <xref> in <rfc> targets <reference anchor='I-D.pala-composite-crypto'>
Created file draft-ounsworth-pq-composite-sigs.txt

On closer inspection, all these references are being included properly, so I think it's actually fine.