From 213bd7760fd1ef7f55f08a2d189aa7b3b29fa1d1 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 17 Jan 2013 14:44:26 -0500 Subject: For now, always use donna32 on msvc --- src/win32/orconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/win32') diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 485590f11d..6e45a2928b 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 + -- cgit v1.2.3-54-g00ecf