]> git.tuebingen.mpg.de Git - paraslash.git/commit
Use SSL_CPPFLAGS only for compiling crypt.c
authorAndre Noll <maan@systemlinux.org>
Mon, 28 Feb 2011 23:44:05 +0000 (00:44 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 27 Mar 2011 14:43:11 +0000 (16:43 +0200)
commit15ddd9078769b8c866061a8f715f5dbdcea66fd0
treee75554121da2169094437e9f8995679e532b68ef
parentd7b4aa3835197ee906f13f515040e1cda6385544
Use SSL_CPPFLAGS only for compiling crypt.c

The previous cleanups moved everything which depends on openssl to
crypt.c. This is now the only file which includes openssl headers,
so there is no need to compile all objects with the ssl cpp flags.
In fact this could break things for setups on which the include dir
for openss contains other unwanted header files.
Makefile.in