- Added subnet handling code
[tinc] / cipher / cipher.c
index 3f8593d..c9b7e3f 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <cipher.h>
 
-#include "blowfish/blowfish.h"
+#include <openssl/blowfish.h>
 
 #include "net.h"