src/hg/gsid/gsidMember/bio.h 1.2
1.2 2009/04/14 07:20:01 galt
rearranging to get openssl to compile with gcc4, mainly by eliminating use of common.h and openssl together wherever possible
Index: src/hg/gsid/gsidMember/bio.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/gsid/gsidMember/bio.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/hg/gsid/gsidMember/bio.h 24 Jan 2007 02:54:44 -0000 1.1
+++ src/hg/gsid/gsidMember/bio.h 14 Apr 2009 07:20:01 -0000 1.2
@@ -2,8 +2,10 @@
#ifndef BIO_H
#define BIO_H
+#include "dystring.h"
+
struct dyString *bio(char *site, char *url, char *certFile, char *certPath);
/*
This SSL/TLS client example, attempts to retrieve a page from an SSL/TLS web server.
The I/O routines are identical to those of the unencrypted example in BIO_s_connect(3).