From b8cbb6451cb7d05a21c56e478a2d20c432e4b21a Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 12 Nov 2008 15:09:24 +0000 Subject: ported some hard-to-merge cherries back to trunk :-/ shame, svn, shame: this was ways to complicated we should consider a switch to git... --- src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '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 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 */ -- cgit v1.2.3