소스 검색

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;
 }],