[#EC_KEY_set_enc_flags] = EC_KEY_set_enc_flags :mrdocs: Set encoding‐control flags on an EC_KEY (deprecated). == Synopsis Declared in `<openssl/ec.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void EC_KEY_set_enc_flags( xref:EC_KEY.adoc[EC_KEY]* eckey, unsigned int flags); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Parameters [cols="1,4"] |=== | Name| Description | *eckey* | Key whose encoding behaviour is updated. | *flags* | Bitmask such as EC_PKEY_NO_PARAMETERS or EC_PKEY_NO_PUBKEY affecting private‐key encoding. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#