All of lore.kernel.org
 help / color / mirror / Atom feed
* [Openvpn-devel] [PATCH] Fix typo in cipher_kt_mode_{cbc, ofb_cfb}() doxygen.
@ 2014-07-29 21:04 Steffan Karger
  2014-07-29 21:15 ` [Openvpn-devel] [PATCH applied] " Gert Doering
  0 siblings, 1 reply; 2+ messages in thread
From: Steffan Karger @ 2014-07-29 21:04 UTC (permalink / raw)
  To: openvpn-devel

Signed-off-by: Steffan Karger <steffan@...1856...>
---
 src/openvpn/crypto_backend.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/openvpn/crypto_backend.h b/src/openvpn/crypto_backend.h
index a48ad6c..bc067a7 100644
--- a/src/openvpn/crypto_backend.h
+++ b/src/openvpn/crypto_backend.h
@@ -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.
  *
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Openvpn-devel] [PATCH applied] Re: Fix typo in cipher_kt_mode_{cbc, ofb_cfb}() doxygen.
  2014-07-29 21:04 [Openvpn-devel] [PATCH] Fix typo in cipher_kt_mode_{cbc, ofb_cfb}() doxygen Steffan Karger
@ 2014-07-29 21:15 ` Gert Doering
  0 siblings, 0 replies; 2+ messages in thread
From: Gert Doering @ 2014-07-29 21:15 UTC (permalink / raw)
  To: Steffan Karger <steffan@; +Cc: openvpn-devel

ACK.

Your patch has been applied to the master and release/2.3 branches.

commit 38cd1ed5ee89218415c5edfc990cfd47fd879d55 (master)
commit d6865ba92eaff015fa5c5707186f4a9d52a68e25 (release/2.3)

Author: Steffan Karger
Date:   Tue Jul 29 23:04:26 2014 +0200

     Fix typo in cipher_kt_mode_{cbc, ofb_cfb}() doxygen.

     Signed-off-by: Steffan Karger <steffan@...1856...>
     Acked-by: Gert Doering <gert@...1296...>
     Message-Id: <1406667866-14226-1-git-send-email-steffan@...1856...>
     URL: http://article.gmane.org/gmane.network.openvpn.devel/8953
     Signed-off-by: Gert Doering <gert@...1296...>


--
kind regards,

Gert Doering



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-29 21:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-29 21:04 [Openvpn-devel] [PATCH] Fix typo in cipher_kt_mode_{cbc, ofb_cfb}() doxygen Steffan Karger
2014-07-29 21:15 ` [Openvpn-devel] [PATCH applied] " Gert Doering

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.