From 14554e6f421e881b01be20879e9279545f375154 Mon Sep 17 00:00:00 2001 From: Ivo Timmermans Date: Sun, 10 Sep 2000 15:15:38 +0000 Subject: [PATCH] Include openssl/blowfish.h --- cipher/cipher.c | 2 +- cipher/cipher.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cipher/cipher.c b/cipher/cipher.c index 3f8593d3..c9b7e3f5 100644 --- a/cipher/cipher.c +++ b/cipher/cipher.c @@ -25,7 +25,7 @@ #include -#include "blowfish/blowfish.h" +#include #include "net.h" diff --git a/cipher/cipher.h b/cipher/cipher.h index d5897e3d..460ce5c1 100644 --- a/cipher/cipher.h +++ b/cipher/cipher.h @@ -20,7 +20,7 @@ #ifndef __TINC_CIPHER_H__ #define __TINC_CIPHER_H__ -#include "blowfish/blowfish.h" +#include #include "net.h" enum { -- 2.20.1