projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a9f6fa
)
Fix compiling with OpenSSL < 1.1.0.
author
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 24 Jun 2016 09:22:24 +0000
(11:22 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 24 Jun 2016 09:22:24 +0000
(11:22 +0200)
src/openssl/rsagen.c
patch
|
blob
|
history
diff --git
a/src/openssl/rsagen.c
b/src/openssl/rsagen.c
index
cdd07f7
..
b7eb629
100644
(file)
--- a/
src/openssl/rsagen.c
+++ b/
src/openssl/rsagen.c
@@
-27,6
+27,7
@@
typedef RSA rsa_t;
#include "../logger.h"
#include "../rsagen.h"
+#include "../xalloc.h"
/* This function prettyprints the key generation process */