OpenSSL has been deprecated in OS X Lion (boo!), and Apple put warnings 
everywhere.
It's kind of annoying to see this when building Fossil:

./bld/http_ssl_.c: In function ‘ssl_global_init’:
./bld/http_ssl_.c:104: warning: ‘SSL_library_init’ is deprecated (declared at 
/usr/include/openssl/ssl.h:1553)
...

To silence these warnings I build with:

CFLAGS=-Wdeprecated-declarations make

I'm not familiar with the build system, could someone include this flag for 
darwin in autosetup?

Thanks!

--
Dmitry Chestnykh

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to