diff options
Diffstat (limited to 'src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c')
-rw-r--r-- | src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c | 4 |
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 */ |