RSA_meth_set_flags

Replace the flag mask stored on an RSA_METHOD.

Synopsis

Declared in <openssl/rsa.h>

[[deprecated]]
int
RSA_meth_set_flags(
    RSA_METHOD* meth,
    int flags);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success.

Parameters

NameDescription
methMethod table to update.
flagsNew RSA_METHOD / RSA_* flag bits (replaces the previous mask).