changeset 20870:f254622a8c2c

lib-dcrypt: fix comment of dovecot format v2 to use colon Version 2 field separator was changed to colon.
author Martti Rannanjärvi <martti.rannanjarvi@dovecot.fi>
date Wed, 12 Oct 2016 21:29:51 +0300
parents 7cadfa7cb8f7
children 536d185e3794
files src/lib-dcrypt/dcrypt.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-dcrypt/dcrypt.h	Mon Oct 10 20:35:17 2016 +0300
+++ b/src/lib-dcrypt/dcrypt.h	Wed Oct 12 21:29:51 2016 +0300
@@ -23,9 +23,9 @@
 
 /**
  * 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,