From: Ulrich Drepper Date: Thu, 22 Oct 1998 14:35:55 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_0_99~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed304158336413d2feb45e68a5aa31e3c0690974;p=thirdparty%2Fglibc.git Update. 1998-10-22 Ulrich Drepper * sunrpc/rpc/auth.h (AUTH_DH): New macro. Alias for AUTH_DES. --- diff --git a/ChangeLog b/ChangeLog index 70b6fa085d4..7f023e05cc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ -1998-10-22 12:49 Ulrich Drepper +1998-10-22 Ulrich Drepper + + * 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. diff --git a/sunrpc/rpc/auth.h b/sunrpc/rpc/auth.h index ae1346da0f7..e0e1e5f673b 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 */ /*