ENGINE_FLAGS_NO_REGISTER_ALL

This flag if for an ENGINE that does not want its methods registered as part of ENGINE_register_all_complete() for example if the methods are not usable as default methods.

extern (C) nothrow @nogc
enum int ENGINE_FLAGS_NO_REGISTER_ALL;

Meta