]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
kdf: Fix Doxygen comments
authorTobias Brunner <tobias@strongswan.org>
Thu, 21 Apr 2022 12:52:25 +0000 (14:52 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 22 Apr 2022 07:49:37 +0000 (09:49 +0200)
src/libstrongswan/plugins/kdf/kdf_kdf.h

index 272b496cba1e0e9e29618fbef0ed5a4a210e27c1..a337db9399b1401ac60f506c58ec0e23409763a7 100644 (file)
@@ -33,7 +33,7 @@
      T3 = prf (K, T2 | S | 0x03)
      T4 = prf (K, T3 | S | 0x04)
      ...
* @endverbatim
  @endverbatim
  *
  * @defgroup kdf_kdf kdf_kdf
  * @{ @ingroup kdf_p
@@ -47,7 +47,7 @@
 /**
  * Create a kdf_t object
  *
- * @param algo                 KDF_PRF_PLUS
+ * @param algo                 algorithm to instantiate
  * @param args                 pseudo_random_function_t of the underlying PRF
  * @return                             kdf_t object, NULL if not supported
  */