projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abb24e9
)
Don't #include OpenSSL headers when compiling without OpenSSL.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 4 Jul 2015 15:18:40 +0000
(17:18 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 4 Jul 2015 15:34:31 +0000
(17:34 +0200)
src/nolegacy/crypto.c
patch
|
blob
|
history
diff --git
a/src/nolegacy/crypto.c
b/src/nolegacy/crypto.c
index
96e4dda
..
f1113b4
100644
(file)
--- a/
src/nolegacy/crypto.c
+++ b/
src/nolegacy/crypto.c
@@
-19,10
+19,6
@@
#include "../system.h"
-#include <openssl/rand.h>
-#include <openssl/evp.h>
-#include <openssl/engine.h>
-
#include "../crypto.h"
#ifndef HAVE_MINGW