strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ported some hard-to-merge cherries back to trunk :-/
[strongswan.git]
/
src
/
libstrongswan
/
plugins
/
openssl
/
openssl_diffie_hellman.c
diff --git
a/src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c
b/src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c
index
8abeaa4
..
d30d057
100644
(file)
--- a/
src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c
+++ b/
src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c
@@
-42,7
+42,7
@@
struct modulus_entry_t {
* Optimum length of exponent in bits.
*/
long opt_exponent_len;
-
+
/*
* Generator value.
*/
@@
-88,7
+88,7
@@
struct private_openssl_diffie_hellman_t {
* Other public value
*/
BIGNUM *pub_key;
-
+
/**
* Shared secret
*/