diff --git a/doc/crypt.tex b/doc/crypt.tex index 5f62fce..1baf7ee 100644 --- a/doc/crypt.tex +++ b/doc/crypt.tex @@ -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}