Return the first ENGINE in OpenSSL's loaded list.
Deprecated. Use of this entity is allowed but discouraged.
Pair with ENGINE_get_next() to iterate; release the returned reference with ENGINE_free() when finished, unless ENGINE_get_next() has already released it.
Structural reference to the first ENGINE, or NULL if the list is empty.