]> git.ipfire.org Git - thirdparty/squid.git/commit
Try to fix compile problems on FreeBSD6.4
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 1 Dec 2010 08:41:19 +0000 (10:41 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 1 Dec 2010 08:41:19 +0000 (10:41 +0200)
commit70554b80435d23f92ce6a8e9215355ada49b15af
tree25edff2890d36384004974bf8cc59f7cdb006222
parent1428486f4fe07911944dc65527de5834a47c59f2
Try to fix compile problems on FreeBSD6.4

The X509_NAME_add_entry_by_txt on FreeBSD 6.4 declared as:
int X509_NAME_add_entry_by_txt(X509_NAME *,char *,int,unsigned char *,int,int,int);

The second argument declared as "char *".  Use a static char * variable to
avoid compile errors.
src/ssl/gadgets.cc