Explorar el Código

remove extraneous (i hope) include from the openssl detection

svn:r6160
Roger Dingledine hace 20 años
padre
commit
de5fac0ed1
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;
 }],