This glues the GMP wrapper ENGINE into OpenSSL if it is being built (ie. if
the OPENSSL_USE_GMP symbol is defined). Also, I've re-ordered the listing of other builtin ENGINEs to be alphabetical (though "dynamic" will still come first).
This commit is contained in:
@@ -320,14 +320,15 @@ ENGINE *ENGINE_by_id(const char *id);
|
||||
void ENGINE_load_openssl(void);
|
||||
void ENGINE_load_dynamic(void);
|
||||
#ifndef OPENSSL_NO_STATIC_ENGINE
|
||||
void ENGINE_load_cswift(void);
|
||||
void ENGINE_load_chil(void);
|
||||
void ENGINE_load_atalla(void);
|
||||
void ENGINE_load_nuron(void);
|
||||
void ENGINE_load_ubsec(void);
|
||||
void ENGINE_load_aep(void);
|
||||
void ENGINE_load_sureware(void);
|
||||
void ENGINE_load_4758cca(void);
|
||||
void ENGINE_load_aep(void);
|
||||
void ENGINE_load_atalla(void);
|
||||
void ENGINE_load_chil(void);
|
||||
void ENGINE_load_cswift(void);
|
||||
void ENGINE_load_gmp(void);
|
||||
void ENGINE_load_nuron(void);
|
||||
void ENGINE_load_sureware(void);
|
||||
void ENGINE_load_ubsec(void);
|
||||
#endif
|
||||
void ENGINE_load_cryptodev(void);
|
||||
void ENGINE_load_builtin_engines(void);
|
||||
|
||||
Reference in New Issue
Block a user