X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fencr.c;h=5753de231cc71a82c552618f849fd45fc1d56c0a;hp=cae34c43e19c3304fc205ed773807b48781b099b;hb=77be52422d8c28735f787b1c233b4cec73d4db56;hpb=8cb4bb619d777022a55255c5fa17a1a55a270ff3 diff --git a/src/encr.c b/src/encr.c index cae34c43..5753de23 100644 --- a/src/encr.c +++ b/src/encr.c @@ -1,6 +1,7 @@ /* encr.c -- everything that deals with encryption - Copyright (C) 1998,1999,2000 Ivo Timmermans + Copyright (C) 1998,1999,2000 Ivo Timmermans + 2000 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,6 +16,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + + $Id: encr.c,v 1.12 2000/05/31 18:23:06 zarq Exp $ */ #include "config.h"