aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc/clnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/rpc/clnt.h')
-rw-r--r--sys/rpc/clnt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/rpc/clnt.h b/sys/rpc/clnt.h
index 23c92103edff..f4cc78b1c3b6 100644
--- a/sys/rpc/clnt.h
+++ b/sys/rpc/clnt.h
@@ -359,6 +359,7 @@ enum clnt_stat clnt_call_private(CLIENT *, struct rpc_callextra *, rpcproc_t,
#define CLSET_BACKCHANNEL 29 /* set backchannel for socket */
#define CLSET_TLS 30 /* set TLS for socket */
#define CLSET_BLOCKRCV 31 /* Temporarily block reception */
+#define CLSET_TLSCERTNAME 32 /* TLS certificate file name */
#endif