From 10d3d73039ad6a07aa953938328ea8f782cca68d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 28 Aug 2011 14:46:41 +0200 Subject: pki: Fix gcrypt includes and update copyright. --- src/pki_gcrypt.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/pki_gcrypt.c b/src/pki_gcrypt.c index 800c442..3e43aa4 100644 --- a/src/pki_gcrypt.c +++ b/src/pki_gcrypt.c @@ -1,10 +1,10 @@ /* - * keyfiles.c - private and public key handling for authentication. + * pki_gcrypt.c private and public key handling using gcrypt. * * This file is part of the SSH Library * - * Copyright (c) 2003-2009 by Aris Adamantiadis - * Copyright (c) 2009 by Andreas Schneider + * Copyright (c) 2003-2009 Aris Adamantiadis + * Copyright (c) 2009-2011 Andreas Schneider * * The SSH Library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -24,11 +24,6 @@ #include "config.h" -#include -#include -#include -#include -#include #include #include #include -- cgit