align code

[skip-ci]
This commit is contained in:
Steffen Jaeckel 2017-09-20 14:18:57 +02:00
parent 4f7747eaec
commit 2d3a921de4

View File

@ -4578,8 +4578,9 @@ DiffieHellmanKey ::= SEQUENCE {
Version ::= INTEGER { v1(0) }
Flags ::= BIT STRING {
privateKey (0) -- this BIT is '1' if it's a private key or '0' if it's a public key
Flags ::= BIT STRING {
privateKey (0) -- this BIT is '1' if it's a private key
-- or '0' if it's a public key
}
\end{verbatim}