aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/openssl
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2008-11-12 15:09:24 +0000
committerMartin Willi <martin@strongswan.org>2008-11-12 15:09:24 +0000
commitb8cbb6451cb7d05a21c56e478a2d20c432e4b21a (patch)
treede2c0933cb71c302ef51e81aa641aab9c08b9727 /src/libstrongswan/plugins/openssl
parent9fa5c75f48bd65db556d8209084da14cb4001503 (diff)
downloadstrongswan-b8cbb6451cb7d05a21c56e478a2d20c432e4b21a.tar.bz2
strongswan-b8cbb6451cb7d05a21c56e478a2d20c432e4b21a.tar.xz
ported some hard-to-merge cherries back to trunk :-/
shame, svn, shame: this was ways to complicated we should consider a switch to git...
Diffstat (limited to 'src/libstrongswan/plugins/openssl')
-rw-r--r--src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c b/src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c
index 8abeaa415..d30d057ed 100644
--- 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
*/