diff --git a/src/libstrongswan/plugins/botan/botan_util.h b/src/libstrongswan/plugins/botan/botan_util.h index 46bf24638..408fc623a 100644 --- a/src/libstrongswan/plugins/botan/botan_util.h +++ b/src/libstrongswan/plugins/botan/botan_util.h @@ -126,8 +126,6 @@ bool botan_verify_signature(botan_pubkey_t key, const char* scheme, * Do the Diffie-Hellman key derivation using the given private key and public * value. * - * Note that the public value is not verified in this function. - * * @param key DH private key * @param pub other's public value * @param secret the derived secret (allocated on success)