From 0f0ef0ab1f7af50e7f48a8bc06cf3f5fc76654c7 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 13 Jun 2008 08:58:05 +1000 Subject: [PATCH] - grunk@cvs.openbsd.org 2008/06/12 22:03:36 [key.c] add my copyright, ok djm@ --- ChangeLog | 5 ++++- key.c | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c1f93fe73..83cb19b88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -133,6 +133,9 @@ [ssh-keygen.c] make ssh-keygen -lf show the key type just as ssh-add -l would do it ok djm@ markus@ + - grunk@cvs.openbsd.org 2008/06/12 22:03:36 + [key.c] + add my copyright, ok djm@ - (dtucker) [clientloop.c serverloop.c] channel_register_filter now takes 2 more args. with djm@ @@ -4297,4 +4300,4 @@ OpenServer 6 and add osr5bigcrypt support so when someone migrates passwords between UnixWare and OpenServer they will still work. OK dtucker@ -$Id: ChangeLog,v 1.4991 2008/06/12 22:57:27 dtucker Exp $ +$Id: ChangeLog,v 1.4992 2008/06/12 22:58:05 dtucker Exp $ diff --git a/key.c b/key.c index 7a062ea81..f981710a7 100644 --- a/key.c +++ b/key.c @@ -1,4 +1,4 @@ -/* $OpenBSD: key.c,v 1.75 2008/06/12 06:32:59 grunk Exp $ */ +/* $OpenBSD: key.c,v 1.76 2008/06/12 22:03:36 grunk Exp $ */ /* * read_bignum(): * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -11,6 +11,7 @@ * * * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. + * Copyright (c) 2008 Alexander von Gernler. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions