diff options
author | Roger Dingledine <arma@torproject.org> | 2003-08-12 05:48:26 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-08-12 05:48:26 +0000 |
commit | 33d484bf10d4082e2f33e7778f79a163980891d0 (patch) | |
tree | f98b11e76627a8f1ec70db3654803a50798054e2 /src/win32 | |
parent | 6a1b472e8667e12e837baff4bbd954fc38f29171 (diff) | |
download | tor-33d484bf10d4082e2f33e7778f79a163980891d0.tar.gz tor-33d484bf10d4082e2f33e7778f79a163980891d0.zip |
we must have openssl, so HAVE_OPENSSL is redundant
svn:r383
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/orconfig.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index c599c3f445..18a31e7b42 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -2,7 +2,6 @@ * orconfig.h -- This file is *not* generated by autoconf. Instead, * it has to be hand-edited to keep win32 happy. */ -#define HAVE_OPENSSL /* Define to 1 if you have the <arpa/inet.h> header file. */ #undef HAVE_ARPA_INET_H |