remove crazy #undefs; ok jsing
authorderaadt <deraadt@openbsd.org>
Fri, 2 May 2014 17:06:46 +0000 (17:06 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 2 May 2014 17:06:46 +0000 (17:06 +0000)
lib/libssl/src/apps/apps.c
lib/libssl/src/apps/ca.c
lib/libssl/src/apps/crl.c
lib/libssl/src/apps/dgst.c
lib/libssl/src/apps/enc.c
lib/libssl/src/apps/s_client.c
lib/libssl/src/apps/s_server.c
lib/libssl/src/apps/s_time.c
lib/libssl/src/apps/speed.c
lib/libssl/src/apps/x509.c

index 3b7adf3..259981e 100644 (file)
@@ -1383,7 +1383,6 @@ static IMPLEMENT_LHASH_COMP_FN(index_serial, OPENSSL_CSTRING)
 static IMPLEMENT_LHASH_HASH_FN(index_name, OPENSSL_CSTRING)
 static IMPLEMENT_LHASH_COMP_FN(index_name, OPENSSL_CSTRING)
 
-#undef BSIZE
 #define BSIZE 256
 
 BIGNUM *
index 617264b..a66a580 100644 (file)
@@ -307,7 +307,6 @@ ca_main(int argc, char **argv)
        STACK_OF(CONF_VALUE) * attribs = NULL;
        STACK_OF(X509) * cert_sk = NULL;
        STACK_OF(OPENSSL_STRING) * sigopts = NULL;
-#undef BSIZE
 #define BSIZE 256
        char buf[3][BSIZE];
 #ifndef OPENSSL_NO_ENGINE
index 864f3ca..fb96327 100644 (file)
@@ -67,7 +67,6 @@
 #include <openssl/pem.h>
 
 
-#undef POSTFIX
 #define        POSTFIX ".rvk"
 
 static const char *crl_usage[] = {
index 04f4958..523f5cc 100644 (file)
@@ -68,7 +68,6 @@
 #include <openssl/pem.h>
 #include <openssl/hmac.h>
 
-#undef BUFSIZE
 #define BUFSIZE        1024*8
 
 
index e2e6fec..eb98662 100644 (file)
@@ -71,8 +71,6 @@
 #include <ctype.h>
 
 int set_hex(char *in, unsigned char *out, int size);
-#undef SIZE
-#undef BSIZE
 
 #define SIZE   (512)
 #define BSIZE  (8*1024)
index 4bfdcab..87966e3 100644 (file)
 
  /*#define TEST_CERT "client.pem" *//* no default cert. */
 
-#undef BUFSIZZ
 #define BUFSIZZ 1024*8
 
 extern int verify_depth;
index 37c6e1b..12f6c33 100644 (file)
@@ -230,7 +230,6 @@ get_dh512(void)
 
 /* static int load_CA(SSL_CTX *ctx, char *file);*/
 
-#undef BUFSIZZ
 #define BUFSIZZ        16*1024
 static int bufsize = BUFSIZZ;
 static int accept_socket = -1;
index e048a55..4e95a22 100644 (file)
@@ -81,7 +81,6 @@
 
  /*#define TEST_CERT "client.pem" *//* no default cert. */
 
-#undef BUFSIZZ
 #define BUFSIZZ 1024*10
 
 #define MYBUFSIZ 1024*8
@@ -91,7 +90,6 @@
 #define min(a,b) (((a) < (b)) ? (a) : (b))
 #define max(a,b) (((a) > (b)) ? (a) : (b))
 
-#undef SECONDS
 #define SECONDS        30
 extern int verify_depth;
 extern int verify_error;
index 29a4b18..83564be 100644 (file)
@@ -73,7 +73,6 @@
 
 #ifndef OPENSSL_NO_SPEED
 
-#undef SECONDS
 #define SECONDS                3
 #define RSA_SECONDS    10
 #define DSA_SECONDS    10
 #include "./testrsa.h"
 #endif
 
-#undef BUFSIZE
 #define BUFSIZE        ((long)1024*8+1)
 int run = 0;
 
index fb301d3..899ed00 100644 (file)
@@ -78,7 +78,6 @@
 #endif
 
 
-#undef POSTFIX
 #define        POSTFIX ".srl"
 #define DEF_DAYS       30