Remove EFENCE support.
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
d8c25de595
commit
239f2771e1
12
apps/ca.c
12
apps/ca.c
@ -144,12 +144,6 @@
|
|||||||
#define REV_KEY_COMPROMISE 3 /* Value is cert key compromise time */
|
#define REV_KEY_COMPROMISE 3 /* Value is cert key compromise time */
|
||||||
#define REV_CA_COMPROMISE 4 /* Value is CA key compromise time */
|
#define REV_CA_COMPROMISE 4 /* Value is CA key compromise time */
|
||||||
|
|
||||||
#ifdef EFENCE
|
|
||||||
extern int EF_PROTECT_FREE;
|
|
||||||
extern int EF_PROTECT_BELOW;
|
|
||||||
extern int EF_ALIGNMENT;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static void lookup_fail(const char *name, const char *tag);
|
static void lookup_fail(const char *name, const char *tag);
|
||||||
static int certify(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509,
|
static int certify(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509,
|
||||||
const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
|
const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
|
||||||
@ -313,12 +307,6 @@ int ca_main(int argc, char **argv)
|
|||||||
X509_REVOKED *r = NULL;
|
X509_REVOKED *r = NULL;
|
||||||
OPTION_CHOICE o;
|
OPTION_CHOICE o;
|
||||||
|
|
||||||
#ifdef EFENCE
|
|
||||||
EF_PROTECT_FREE = 1;
|
|
||||||
EF_PROTECT_BELOW = 1;
|
|
||||||
EF_ALIGNMENT = 0;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
conf = NULL;
|
conf = NULL;
|
||||||
section = NULL;
|
section = NULL;
|
||||||
preserve = 0;
|
preserve = 0;
|
||||||
|
12
apps/srp.c
12
apps/srp.c
@ -78,12 +78,6 @@
|
|||||||
# define ENV_DATABASE "srpvfile"
|
# define ENV_DATABASE "srpvfile"
|
||||||
# define ENV_DEFAULT_SRP "default_srp"
|
# define ENV_DEFAULT_SRP "default_srp"
|
||||||
|
|
||||||
# ifdef EFENCE
|
|
||||||
extern int EF_PROTECT_FREE;
|
|
||||||
extern int EF_PROTECT_BELOW;
|
|
||||||
extern int EF_ALIGNMENT;
|
|
||||||
# endif
|
|
||||||
|
|
||||||
static int get_index(CA_DB *db, char *id, char type)
|
static int get_index(CA_DB *db, char *id, char type)
|
||||||
{
|
{
|
||||||
char **pp;
|
char **pp;
|
||||||
@ -277,12 +271,6 @@ int srp_main(int argc, char **argv)
|
|||||||
long errorline = -1;
|
long errorline = -1;
|
||||||
OPTION_CHOICE o;
|
OPTION_CHOICE o;
|
||||||
|
|
||||||
# ifdef EFENCE
|
|
||||||
EF_PROTECT_FREE = 1;
|
|
||||||
EF_PROTECT_BELOW = 1;
|
|
||||||
EF_ALIGNMENT = 0;
|
|
||||||
# endif
|
|
||||||
|
|
||||||
prog = opt_init(argc, argv, srp_options);
|
prog = opt_init(argc, argv, srp_options);
|
||||||
while ((o = opt_next()) != OPT_EOF) {
|
while ((o = opt_next()) != OPT_EOF) {
|
||||||
switch (o) {
|
switch (o) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user