From: Martti Rannanjärvi Date: Wed, 12 Oct 2016 18:29:51 +0000 (+0300) Subject: lib-dcrypt: fix comment of dovecot format v2 to use colon X-Git-Tag: 2.2.26~131 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee4b08625772dd0686ca5c52ac4ce574084dbe19;p=thirdparty%2Fdovecot%2Fcore.git lib-dcrypt: fix comment of dovecot format v2 to use colon Version 2 field separator was changed to colon. --- diff --git a/src/lib-dcrypt/dcrypt.h b/src/lib-dcrypt/dcrypt.h index 45f7be4db9..337b2efed3 100644 --- a/src/lib-dcrypt/dcrypt.h +++ b/src/lib-dcrypt/dcrypt.h @@ -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,