mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
- markus@cvs.openbsd.org 2001/12/27 18:26:13
[authfile.c] missing include
This commit is contained in:
parent
7d1ded4972
commit
040b64f60a
@ -42,6 +42,9 @@
|
|||||||
- stevesk@cvs.openbsd.org 2001/12/27 18:22:53
|
- stevesk@cvs.openbsd.org 2001/12/27 18:22:53
|
||||||
[sshd.8]
|
[sshd.8]
|
||||||
clarify -p; ok markus@
|
clarify -p; ok markus@
|
||||||
|
- markus@cvs.openbsd.org 2001/12/27 18:26:13
|
||||||
|
[authfile.c]
|
||||||
|
missing include
|
||||||
|
|
||||||
20020121
|
20020121
|
||||||
- (djm) Rework ssh-rand-helper:
|
- (djm) Rework ssh-rand-helper:
|
||||||
@ -7189,4 +7192,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1734 2002/01/22 12:09:41 djm Exp $
|
$Id: ChangeLog,v 1.1735 2002/01/22 12:10:04 djm Exp $
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: authfile.c,v 1.43 2001/12/27 18:22:16 markus Exp $");
|
RCSID("$OpenBSD: authfile.c,v 1.44 2001/12/27 18:26:13 markus Exp $");
|
||||||
|
|
||||||
#include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
#include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
@ -50,6 +50,7 @@ RCSID("$OpenBSD: authfile.c,v 1.43 2001/12/27 18:22:16 markus Exp $");
|
|||||||
#include "ssh.h"
|
#include "ssh.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "authfile.h"
|
#include "authfile.h"
|
||||||
|
#include "rsa.h"
|
||||||
|
|
||||||
/* Version identification string for SSH v1 identity files. */
|
/* Version identification string for SSH v1 identity files. */
|
||||||
static const char authfile_id_string[] =
|
static const char authfile_id_string[] =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user