浏览代码

remove extraneous (i hope) include from the openssl detection

svn:r6160
Roger Dingledine 19 年之前
父节点
当前提交
de5fac0ed1
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      configure.in

+ 0 - 1
configure.in

@@ -292,7 +292,6 @@ int main(void)
         AC_TRY_RUN([
 #include <openssl/opensslv.h>
 #include <openssl/crypto.h>
-#include <stdio.h>
 int main(void) {
 return (OPENSSL_VERSION_NUMBER == SSLeay()) == 0;
 }],