浏览代码

Merge branch 'bug26156_034'

Nick Mathewson 6 年之前
父节点
当前提交
36a107855b
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 3 0
      changes/bug26156
  2. 1 0
      src/common/aes.c

+ 3 - 0
changes/bug26156

@@ -0,0 +1,3 @@
+  o Minor bugfixes (compilation):
+    - Fix compilation when building with OpenSSL 1.1.0 with the
+      "no-deprecated" flag enabled. Fixes bug 26156; bugfix on 0.3.4.1-alpha.

+ 1 - 0
src/common/aes.c

@@ -16,6 +16,7 @@
   #include <ws2tcpip.h>
 #endif
 
+#include "compat_openssl.h"
 #include <openssl/opensslv.h>
 #include "crypto_openssl_mgt.h"