RSA_clear_flags

Clear the given flag bits on an RSA key object (deprecated).

Synopsis

Declared in <openssl/rsa.h>

[[deprecated]]
void
RSA_clear_flags(
    RSA* r,
    int flags);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
rRSA key whose flags are updated.
flagsFlag bits to clear (bitwise AND with the complement of this mask).