aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-22 14:35:55 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-22 14:35:55 +0000
commited304158336413d2feb45e68a5aa31e3c0690974 (patch)
treef2de5539eb26c9ca60a61b99ba5b1f37163733c8
parent78e5779b1edf3a60164e72ffe5ffc41e138e6863 (diff)
downloadglibc-ed304158336413d2feb45e68a5aa31e3c0690974.zip
glibc-ed304158336413d2feb45e68a5aa31e3c0690974.tar.gz
glibc-ed304158336413d2feb45e68a5aa31e3c0690974.tar.bz2
Update.
1998-10-22 Ulrich Drepper <drepper@cygnus.com> * sunrpc/rpc/auth.h (AUTH_DH): New macro. Alias for AUTH_DES.
-rw-r--r--ChangeLog4
-rw-r--r--sunrpc/rpc/auth.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 70b6fa0..7f023e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-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.
diff --git a/sunrpc/rpc/auth.h b/sunrpc/rpc/auth.h
index ae1346d..e0e1e5f 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 */
/*