]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Fix typo in cipher_kt_mode_{cbc, ofb_cfb}() doxygen.
authorSteffan Karger <steffan@karger.me>
Tue, 29 Jul 2014 21:04:26 +0000 (23:04 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 29 Jul 2014 21:15:15 +0000 (23:15 +0200)
Signed-off-by: Steffan Karger <steffan@karger.me>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1406667866-14226-1-git-send-email-steffan@karger.me>
URL: http://article.gmane.org/gmane.network.openvpn.devel/8953
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit 38cd1ed5ee89218415c5edfc990cfd47fd879d55)

src/openvpn/crypto_backend.h

index a48ad6c5e84e2cc8e46c905accdb1e85e9439873..bc067a7d1566552a0e44e5b22a3838048fe53b45 100644 (file)
@@ -231,7 +231,7 @@ int cipher_kt_block_size (const cipher_kt_t *cipher_kt);
 int cipher_kt_mode (const cipher_kt_t *cipher_kt);
 
 /**
- * Check of the supplied cipher is a supported CBC mode cipher.
+ * Check if the supplied cipher is a supported CBC mode cipher.
  *
  * @param cipher       Static cipher parameters. May not be NULL.
  *
@@ -241,7 +241,7 @@ bool cipher_kt_mode_cbc(const cipher_kt_t *cipher)
   __attribute__((nonnull));
 
 /**
- * Check of the supplied cipher is a supported OFB or CFB mode cipher.
+ * Check if the supplied cipher is a supported OFB or CFB mode cipher.
  *
  * @param cipher       Static cipher parameters. May not be NULL.
  *