Make it possible to switch gcrypt/openssl via knob
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>
Mon, 1 Dec 2008 22:17:46 +0000 (14:17 -0800)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 1 Dec 2008 22:17:46 +0000 (14:17 -0800)
commitd8c8af1d39a3196c939a23d3690e52a93d7dd6c0
tree5670633323da6fe783c7785482dd269605d56553
parentbf8a4e0c42479732d879242a166aeaa61b91bb41
Make it possible to switch gcrypt/openssl via knob

By building with "make USE_OPENSSL=1", OpenSSL will be used in
libcrypt's stead. This also allows for properly depend just on the
keys-*.c source file that is actually going to be used.

Note that the all target is moved up so that it still hits as default
target.

Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Makefile