From 08733866005fabfe922cbe3dd7e2845b9f2035b3 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 24 Sep 2005 16:39:33 +0000 Subject: Point readers of the code to opensslv.h, since everybody who sees 0x0090700f looks at me like some kind of loon svn:r5140 --- src/common/aes.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/aes.c') diff --git a/src/common/aes.c b/src/common/aes.c index 2dabdb18e4..52ec6e0bc4 100644 --- a/src/common/aes.c +++ b/src/common/aes.c @@ -21,6 +21,8 @@ const char aes_c_id[] = "$Id$"; #include "aes.h" #include "util.h" +/* Use OpenSSL's AES if we're running 0.9.7 or later. (The f at the end of + * the version below means "release"; see opensslv.h) */ #if OPENSSL_VERSION_NUMBER >= 0x0090700fl #define USE_OPENSSL_AES #include -- cgit v1.2.3-54-g00ecf