class documentation

A fake implementation of _ChooseDiffieHellmanEllipticCurve

Method __init__ A no-op constructor.
Method configureECDHCurve A null configuration.
def __init__(self, versionNumber, openSSLlib, openSSLcrypto):

A no-op constructor.

def configureECDHCurve(self, ctx):

A null configuration.

Parameters
ctxAn OpenSSL.SSL.Context that would be configured.