Commit b6db5b3d authored by Pauli's avatar Pauli
Browse files

Remove file reference from property documentation.

parent 19e512a8
Loading
Loading
Loading
Loading

crypto/property/properties.xhtml

deleted100755 → 0
+0 −685

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −3
Original line number Diff line number Diff line
@@ -103,9 +103,6 @@ The lexical syntax in EBNF is given by:
 NumberLiteral  ::= '0' ( [0-7]* | 'x' [0-9A-Fa-f]+ ) | '-'? [1-9] [0-9]+
 PropertyName   ::= [A-Z] [A-Z0-9_]* ( '.' [A-Z] [A-Z0-9_]* )*

Railroad diagrams for this grammar can be found in the
F<crypto/property/properties.xhtml> file.

=head1 HISTORY

Properties were added in OpenSSL 3.0