]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
xof: Fix typo in documentation for set_seed()
authorTobias Brunner <tobias@strongswan.org>
Wed, 9 Feb 2022 10:36:43 +0000 (11:36 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 17 Feb 2022 15:34:56 +0000 (16:34 +0100)
src/libstrongswan/crypto/xofs/xof.h

index 934a1ee358912d94dbe3ef9314e022d58f749e89..8c0f9bf71a51e820563b9502bf910c08a098c862 100644 (file)
@@ -104,7 +104,7 @@ struct xof_t {
        /**
         * Set the key for this xof_t object.
         *
-        * @param se          seed to set
+        * @param seed          seed to set
         * @return                      TRUE if XOF initialized with seed successfully
         */
        bool (*set_seed)(xof_t *this,