]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
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.


No differences found