EC_KEY_clear_flags

Clear the given flag bits on an EC_KEY (deprecated).

Synopsis

Declared in <openssl/ec.h>

[[deprecated]]
void
EC_KEY_clear_flags(
    EC_KEY* key,
    int flags);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
keyElliptic-curve key object to update.
flagsFlag mask of bits to clear (for example EC_FLAG_COFACTOR_ECDH).