X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fencr.h;h=e9bc67e481151c1072c3a4a34c6c1eeba11162ae;hp=c2cc1324a9b99c308915745ba12dee49cb006081;hb=04d33be4bd102de67bb6dba5c449e12fea0db4d2;hpb=1243156a5e03a666b36bc4400f1402243a85c9a7 diff --git a/src/encr.h b/src/encr.h index c2cc1324..e9bc67e4 100644 --- a/src/encr.h +++ b/src/encr.h @@ -1,6 +1,6 @@ /* encr.h -- header for encr.c - Copyright (C) 1998,99 Ivo Timmermans + Copyright (C) 1998,1999,2000 Ivo Timmermans 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 +15,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.h,v 1.3 2000/10/18 20:12:08 zarq Exp $ */ #ifndef __TINC_ENCR_H__ @@ -30,9 +32,6 @@ extern int my_key_expiry; extern int security_init(void); -extern void do_bf_encrypt(vpn_packet_t *, real_packet_t *); -extern void do_bf_decrypt(real_packet_t *, vpn_packet_t *); - extern int send_portnumbers(int); extern void set_shared_key(char *); extern int send_passphrase(conn_list_t *);