RSA_get0_engine

Return the ENGINE set on an RSA key (deprecated).

Synopsis

Declared in <openssl/rsa.h>

[[deprecated]]
ENGINE*
RSA_get0_engine(RSA const* r);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

ENGINE handle, or NULL if none is set.

Parameters

NameDescription
rRSA key to query.