]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
openssl: Fix typo in comment
authorTobias Brunner <tobias@strongswan.org>
Thu, 21 Apr 2022 09:06:30 +0000 (11:06 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 21 Apr 2022 09:06:30 +0000 (11:06 +0200)
src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c

index 01b0fa0eaf346d1f25dfe6e58c74c140ec1b93d9..9c9c4d1369843d1ea14930bb27d65cafdd7ec838 100644 (file)
@@ -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,