1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
1998-10-22  Ulrich Drepper  <drepper@cygnus.com>

	* sunrpc/rpc/auth.h (AUTH_DH): New macro.  Alias for AUTH_DES.
This commit is contained in:
Ulrich Drepper
1998-10-22 14:35:55 +00:00
parent 78e5779b1e
commit ed30415833
2 changed files with 4 additions and 1 deletions

View File

@ -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 */
/*