Include openssl/blowfish.h
This commit is contained in:
parent
45ea3ca432
commit
14554e6f42
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
#include <cipher.h>
|
#include <cipher.h>
|
||||||
|
|
||||||
#include "blowfish/blowfish.h"
|
#include <openssl/blowfish.h>
|
||||||
|
|
||||||
#include "net.h"
|
#include "net.h"
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
#ifndef __TINC_CIPHER_H__
|
#ifndef __TINC_CIPHER_H__
|
||||||
#define __TINC_CIPHER_H__
|
#define __TINC_CIPHER_H__
|
||||||
|
|
||||||
#include "blowfish/blowfish.h"
|
#include <openssl/blowfish.h>
|
||||||
#include "net.h"
|
#include "net.h"
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue