Set flag bits on an RSA key object (deprecated).
Synopsis
Declared in <openssl/rsa.h>
[[deprecated]]
void
RSA_set_flags(
RSA* r,
int flags);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Parameters
Name |
Description |
r |
RSA key whose flags are updated. |
flags |
Flag bits to set (OR'd into the existing mask; does not clear other bits). |
Created with MrDocs