From: Tobias Brunner Date: Thu, 21 Apr 2022 09:06:30 +0000 (+0200) Subject: openssl: Fix typo in comment X-Git-Tag: 5.9.6~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c508b904b82e4c1ec35504719308af4768352ae5;p=thirdparty%2Fstrongswan.git openssl: Fix typo in comment --- diff --git a/src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c b/src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c index 01b0fa0eaf..9c9c4d1369 100644 --- a/src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c +++ b/src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c @@ -183,7 +183,7 @@ METHOD(diffie_hellman_t, set_other_public_value, bool, /** * Calculate the public key for the given private key and DH parameters. - * Setting only the private key and generating the public key interanlly is + * Setting only the private key and generating the public key internally is * not supported anymore with OpenSSL 3.0.0. */ static BIGNUM *calculate_public_key(BIGNUM *priv, const BIGNUM *g,