From 2d3a921de494d9285b14401feb1b5cbd5636ff32 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Wed, 20 Sep 2017 14:18:57 +0200 Subject: [PATCH] align code [skip-ci] --- doc/crypt.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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}