summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps/enc.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-05-02 17:06:46 +0000
committerderaadt <deraadt@openbsd.org>2014-05-02 17:06:46 +0000
commite25ec8faafabd7c2d88b99dda19e93d67d1fe7f9 (patch)
tree17fca7f364a769f67c400d32ed2758e6dd9d036b /lib/libssl/src/apps/enc.c
parentNuke OPENSSL_NO_SOCK since any half sane operating system has sockets. (diff)
downloadwireguard-openbsd-e25ec8faafabd7c2d88b99dda19e93d67d1fe7f9.tar.xz
wireguard-openbsd-e25ec8faafabd7c2d88b99dda19e93d67d1fe7f9.zip
remove crazy #undefs; ok jsing
Diffstat (limited to 'lib/libssl/src/apps/enc.c')
-rw-r--r--lib/libssl/src/apps/enc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libssl/src/apps/enc.c b/lib/libssl/src/apps/enc.c
index e2e6fecba68..eb986623f27 100644
--- a/lib/libssl/src/apps/enc.c
+++ b/lib/libssl/src/apps/enc.c
@@ -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)