New "algorithm define" OPENSSL_NO_GMP. Update mkdef.pl and Configure script

to use it.
This commit is contained in:
Dr. Stephen Henson
2005-04-19 13:24:44 +00:00
parent 65f0efe198
commit 987bebaf8c
4 changed files with 10 additions and 3 deletions

View File

@@ -341,7 +341,9 @@ void ENGINE_load_aep(void);
void ENGINE_load_atalla(void);
void ENGINE_load_chil(void);
void ENGINE_load_cswift(void);
#ifndef OPENSSL_NO_GMP
void ENGINE_load_gmp(void);
#endif
void ENGINE_load_nuron(void);
void ENGINE_load_sureware(void);
void ENGINE_load_ubsec(void);