]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-dcrypt: fix comment of dovecot format v2 to use colon
authorMartti Rannanjärvi <martti.rannanjarvi@dovecot.fi>
Wed, 12 Oct 2016 18:29:51 +0000 (21:29 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 17 Oct 2016 20:10:22 +0000 (23:10 +0300)
Version 2 field separator was changed to colon.

src/lib-dcrypt/dcrypt.h

index 45f7be4db9cad6d99f47b33dde09fb9b1bfa2baa..337b2efed3dde995088646993dc1862caa62e94d 100644 (file)
@@ -23,9 +23,9 @@ enum dcrypt_key_type {
 
 /**
  * dovecot key format:
- * version tab version-specific data
+ * version version-specific data
  * v1: version tab nid tab raw ec private key (in hex)
- * v2: version tab algorithm oid tab private-or-public-key-only (in hex)
+ * v2: version colon algorithm oid colon private-or-public-key-only (in hex)
  */
 enum dcrypt_key_format {
        DCRYPT_FORMAT_PEM,