X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=2ed8a9cee1630e871832589a2020658e2e577fe3;hp=7c77fa29043e218437d9428bae4d0da38884b6fa;hb=a0f7af3ed79c55d9680cbb0a569b3c8987581d43;hpb=28deaeac14d619efb9830d03fd61dc7cca70a701 diff --git a/src/net.h b/src/net.h index 7c77fa29..2ed8a9ce 100644 --- a/src/net.h +++ b/src/net.h @@ -16,7 +16,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: net.h,v 1.9.4.22 2000/11/20 19:12:13 guus Exp $ + $Id: net.h,v 1.9.4.23 2000/11/30 23:18:21 zarq Exp $ */ #ifndef __TINC_NET_H__ @@ -120,4 +120,14 @@ extern void terminate_connection(connection_t *); extern void flush_queues(connection_t *); extern void add_queue(packet_queue_t **, void *, size_t); + +#include +#ifdef HAVE_OPENSSL_RSA_H +# include +#else +# include +#endif + +extern int read_rsa_public_key(RSA **, const char *); + #endif /* __TINC_NET_H__ */