summaryrefslogtreecommitdiff
path: root/lib/xfrm
diff options
context:
space:
mode:
authorSimon Buttgereit <simon.buttgereit@gmail.com>2017-02-07 17:35:35 +0100
committerThomas Haller <thaller@redhat.com>2017-02-27 16:43:48 +0100
commit7b1fb399a3c64cf7f5025fe99c7089f2bc0166bf (patch)
treeb00f7ac3c2038867fdfb5f3e3353971a8311dcc2 /lib/xfrm
parent860709862a89cf4c447e698676ce5de65a5a4e4d (diff)
downloadlibnl-7b1fb399a3c64cf7f5025fe99c7089f2bc0166bf.tar.gz
update documentation of xfrmnl_sp_get_sec_ctx
Diffstat (limited to 'lib/xfrm')
-rw-r--r--lib/xfrm/sp.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/xfrm/sp.c b/lib/xfrm/sp.c
index c20b2841..46699dd9 100644
--- a/lib/xfrm/sp.c
+++ b/lib/xfrm/sp.c
@@ -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