X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fencr.h;h=3b3aead7842ad32ff555c2e26fdb935ab054b213;hp=c2cc1324a9b99c308915745ba12dee49cb006081;hb=a26d371d0df3bee1bdc6e9d7046e949ee29e6de7;hpb=1243156a5e03a666b36bc4400f1402243a85c9a7 diff --git a/src/encr.h b/src/encr.h index c2cc1324..3b3aead7 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.2.4.2 2000/10/11 10:35:15 guus 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 *);