diff options
author | 2008-06-12 22:03:36 +0000 | |
---|---|---|
committer | 2008-06-12 22:03:36 +0000 | |
commit | c2fe1b93fa4b2fbd9f0c0d352f0332a257dc5c87 (patch) | |
tree | dd878fc9f0c63bacc82552d75222f62568fdb737 /usr.bin/ssh/key.c | |
parent | Add ep(4) at pcmcia(4). (diff) | |
download | wireguard-openbsd-c2fe1b93fa4b2fbd9f0c0d352f0332a257dc5c87.tar.xz wireguard-openbsd-c2fe1b93fa4b2fbd9f0c0d352f0332a257dc5c87.zip |
add my copyright, ok djm@
Diffstat (limited to 'usr.bin/ssh/key.c')
-rw-r--r-- | usr.bin/ssh/key.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/key.c b/usr.bin/ssh/key.c index 948c3576a42..38cf70ea7f3 100644 --- a/usr.bin/ssh/key.c +++ b/usr.bin/ssh/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 <ylo@cs.hut.fi>, 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 |