diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-01-17 14:44:26 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-17 15:53:37 -0500 |
commit | 213bd7760fd1ef7f55f08a2d189aa7b3b29fa1d1 (patch) | |
tree | e76f6e5b3c409f429f68dd03e78b325f7d5507fd /src | |
parent | 60a2aa8b00a9f4711ce5ee3da9240422bf561123 (diff) | |
download | tor-213bd7760fd1ef7f55f08a2d189aa7b3b29fa1d1.tar tor-213bd7760fd1ef7f55f08a2d189aa7b3b29fa1d1.tar.gz |
For now, always use donna32 on msvc
Diffstat (limited to 'src')
-rw-r--r-- | src/win32/orconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 485590f11..6e45a2928 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -250,3 +250,6 @@ #define SHARE_DATADIR "" #define HAVE_EVENT2_DNS_H #define HAVE_EVENT_BASE_LOOPEXIT +#define CURVE25519_ENABLED +#define USE_CURVE25519_DONNA + |