diff options
Diffstat (limited to 'auth.c')
-rw-r--r-- | auth.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -33,7 +33,7 @@ | |||
33 | */ | 33 | */ |
34 | 34 | ||
35 | #include "includes.h" | 35 | #include "includes.h" |
36 | RCSID("$OpenBSD: auth.c,v 1.10 2000/09/07 21:13:36 markus Exp $"); | 36 | RCSID("$OpenBSD: auth.c,v 1.11 2000/10/11 20:27:23 markus Exp $"); |
37 | 37 | ||
38 | #include "xmalloc.h" | 38 | #include "xmalloc.h" |
39 | #include "rsa.h" | 39 | #include "rsa.h" |
@@ -41,7 +41,6 @@ RCSID("$OpenBSD: auth.c,v 1.10 2000/09/07 21:13:36 markus Exp $"); | |||
41 | #include "pty.h" | 41 | #include "pty.h" |
42 | #include "packet.h" | 42 | #include "packet.h" |
43 | #include "buffer.h" | 43 | #include "buffer.h" |
44 | #include "cipher.h" | ||
45 | #include "mpaux.h" | 44 | #include "mpaux.h" |
46 | #include "servconf.h" | 45 | #include "servconf.h" |
47 | #include "compat.h" | 46 | #include "compat.h" |