[#RSA_meth_set_flags] = RSA_meth_set_flags :mrdocs: Replace the flag mask stored on an RSA_METHOD. == Synopsis Declared in `<openssl/rsa.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int RSA_meth_set_flags( xref:RSA_METHOD.adoc[RSA_METHOD]* meth, int flags); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value 1 on success. == Parameters [cols="1,4"] |=== | Name| Description | *meth* | Method table to update. | *flags* | New RSA_METHOD / RSA_* flag bits (replaces the previous mask). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#