DJGPP changes. Contributed by Doug Kaufman <dkaufman@rahul.net>
[openssl.git] / apps / s_client.c
index eaa9269610e0c8bbd4c06eb5f5681282f73ed611..b22f3196e6de1295fae016093cb8d7aea84e8815 100644 (file)
@@ -263,6 +263,9 @@ int MAIN(int argc, char **argv)
        int starttls_proto = 0;
        int prexit = 0, vflags = 0;
        SSL_METHOD *meth=NULL;
+#ifdef sock_type
+#undef sock_type
+#endif
        int sock_type=SOCK_STREAM;
        BIO *sbio;
        char *inrand=NULL;