From 610201f50fdb0594e9885594b69e4ee69c71dd08 Mon Sep 17 00:00:00 2001 From: des Date: Sun, 23 Jun 2002 14:01:54 +0000 Subject: Vendor import of OpenSSH 3.3. --- crypto/openssh/authfile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/openssh/authfile.c') diff --git a/crypto/openssh/authfile.c b/crypto/openssh/authfile.c index 337da59..f22a3d1 100644 --- a/crypto/openssh/authfile.c +++ b/crypto/openssh/authfile.c @@ -36,7 +36,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: authfile.c,v 1.48 2002/02/28 15:46:33 markus Exp $"); +RCSID("$OpenBSD: authfile.c,v 1.49 2002/05/23 19:24:30 markus Exp $"); #include #include @@ -421,7 +421,7 @@ fail: return NULL; } -static Key * +Key * key_load_private_pem(int fd, int type, const char *passphrase, char **commentp) { -- cgit v1.1