Browse Source

remove extraneous (i hope) include from the openssl detection

svn:r6160
Roger Dingledine 19 years ago
parent
commit
de5fac0ed1
1 changed files with 0 additions and 1 deletions
  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;
 }],