]> granicus.if.org Git - libnl/commitdiff
update documentation of xfrmnl_sp_get_sec_ctx
authorSimon Buttgereit <simon.buttgereit@gmail.com>
Tue, 7 Feb 2017 16:35:35 +0000 (17:35 +0100)
committerThomas Haller <thaller@redhat.com>
Mon, 27 Feb 2017 15:43:48 +0000 (16:43 +0100)
lib/xfrm/sp.c

index c20b28412e6b3c8000f517f4ca63a280fe926340..46699dd9472f25f7fabfb619b321f62a795c2b38 100644 (file)
@@ -1219,11 +1219,11 @@ int xfrmnl_sp_get_sec_ctx (struct xfrmnl_sp* sp, unsigned int* len, unsigned int
  * @brief      Set security context (ctx_str) for XFRM Polixy.
  *
  * @param      sp       XFRM Policy
- * @param[in]  len      !!! depricated unused parameter !!!
- * @param[in]  exttype  netlink message attribute - probably XFRMA_SEC_CTX
- * @param[in]  alg      security context algorithm
- * @param[in]  doi      security context domain interpretation
- * @param[in]  ctx_len  Length of the context string.
+ * @param      len      !!! depricated unused parameter !!!
+ * @param      exttype  netlink message attribute - probably XFRMA_SEC_CTX
+ * @param      alg      security context algorithm
+ * @param      doi      security context domain interpretation
+ * @param      ctx_len  Length of the context string.
  * @param      ctx_str  The context string.
  *
  * @return     0 if sucessfull, else -1