Use rxkad_crypt for inter-volser traffic, if asked
[openafs.git] / src / volser / volser.p.h
index 968ef0a..6d7f129 100644 (file)
@@ -186,4 +186,10 @@ extern afs_int32 vsu_ClientInit(const char *confDir, char *cellName,
                                int (*secproc)(struct rx_securityClass *,
                                               afs_int32),
                                struct ubik_client **uclientp);
+enum vol_s2s_crypt {
+    VS2SC_NEVER = 0,
+    VS2SC_INHERIT,
+    VS2SC_ALWAYS
+};
+
 #endif /* _VOLSER_ */