1998-10-22 Ulrich Drepper <drepper@cygnus.com>
* sunrpc/rpc/auth.h (AUTH_DH): New macro. Alias for AUTH_DES.
-1998-10-22 12:49 Ulrich Drepper <drepper@cygnus.com>
+1998-10-22 Ulrich Drepper <drepper@cygnus.com>
+
+ * sunrpc/rpc/auth.h (AUTH_DH): New macro. Alias for AUTH_DES.
* sysdeps/unix/sysv/linux/i386/sysdep.h: Drastically simplify and
improve INLINE_SYSCALL using macro assembler magic.
#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 */
/*