mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Point readers of the code to opensslv.h, since everybody who sees 0x0090700f looks at me like some kind of loon
svn:r5140
This commit is contained in:
parent
d661fde082
commit
0873386600
@ -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 <openssl/aes.h>
|
||||
|
Loading…
Reference in New Issue
Block a user