From 510128ffd3789301305c7f1fe52a11b238a6a60b Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 2 Mar 2010 03:41:29 +0000 Subject: Remove extraneous include --- src/pubkey/ecdh/ecdh.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pubkey/ecdh/ecdh.cpp b/src/pubkey/ecdh/ecdh.cpp index 2ddc371b2..e27676d46 100644 --- a/src/pubkey/ecdh/ecdh.cpp +++ b/src/pubkey/ecdh/ecdh.cpp @@ -9,8 +9,6 @@ #include -#include - namespace Botan { ECDH_PublicKey::ECDH_PublicKey(const EC_Domain_Params& dom_par, @@ -63,8 +61,6 @@ SecureVector ECDH_PrivateKey::derive_key(const PointGFp& point) const PointGFp S = (cofactor * point) * (private_value() * l); S.check_invariants(); - //PointGFp S = point * private_value(); - return BigInt::encode_1363(S.get_affine_x(), point.get_curve().get_p().bytes()); } -- cgit v1.2.3