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
Name |
Description |
meth |
Method table to update. |
flags |
New RSA_METHOD / RSA_* flag bits (replaces the previous mask). |
Created with MrDocs