Include openssl/blowfish.h
authorIvo Timmermans <ivo@lychnis.net>
Sun, 10 Sep 2000 15:15:38 +0000 (15:15 +0000)
committerIvo Timmermans <ivo@lychnis.net>
Sun, 10 Sep 2000 15:15:38 +0000 (15:15 +0000)
cipher/cipher.c
cipher/cipher.h

index 3f8593d3bbf07a7a77456f694657c745c922e590..c9b7e3f5ac50d310768132f0245f913c2ea81227 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <cipher.h>
 
 
 #include <cipher.h>
 
-#include "blowfish/blowfish.h"
+#include <openssl/blowfish.h>
 
 #include "net.h"
 
 
 #include "net.h"
 
index d5897e3d4384da760f0c8b49f276d3d093886572..460ce5c1587fc8bcd61a2c6616d95e4ddadeedd0 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef __TINC_CIPHER_H__
 #define __TINC_CIPHER_H__
 
 #ifndef __TINC_CIPHER_H__
 #define __TINC_CIPHER_H__
 
-#include "blowfish/blowfish.h"
+#include <openssl/blowfish.h>
 #include "net.h"
 
 enum {
 #include "net.h"
 
 enum {