aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpkid/myrpki.rng12
1 files changed, 1 insertions, 11 deletions
diff --git a/rpkid/myrpki.rng b/rpkid/myrpki.rng
index 1a9eef70..09a3472c 100644
--- a/rpkid/myrpki.rng
+++ b/rpkid/myrpki.rng
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Id: myrpki.rnc 3525 2010-11-02 01:54:13Z sra $
+ $Id: myrpki.rnc 3527 2010-11-02 02:20:34Z sra $
RelaxNG Schema for MyRPKI XML messages.
@@ -76,11 +76,6 @@
<!--
Message formate used between configure_resources and
configure_daemons.
-
- The <bpki_server_ta/> subelement here is a TLS relic that I missed
- removing when I ripped out the rest of the TLS code; the only reason
- I haven't this element is to avoid breaking interoperability with
- code that still generates it.
-->
<start combine="choice">
<element name="myrpki">
@@ -202,11 +197,6 @@
<ref name="base64"/>
</element>
</optional>
- <optional>
- <element name="bpki_server_ta">
- <ref name="base64"/>
- </element>
- </optional>
</element>
</start>
<!-- Format of an identity.xml file. -->