diff options
Diffstat (limited to 'sunrpc/rpc/auth.h')
-rw-r--r-- | sunrpc/rpc/auth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/rpc/auth.h b/sunrpc/rpc/auth.h index ae1346da0f..e0e1e5f673 100644 --- a/sunrpc/rpc/auth.h +++ b/sunrpc/rpc/auth.h @@ -176,6 +176,7 @@ extern AUTH *authdes_pk_create __P ((const char *, netobj *, u_int, #define AUTH_UNIX AUTH_SYS #define AUTH_SHORT 2 /* short hand unix style */ #define AUTH_DES 3 /* des style (encrypted timestamps) */ +#define AUTH_DH AUTH_DES /* Diffie-Hellman (this is DES) */ #define AUTH_KERB 4 /* kerberos style */ /* |