libfreefare/examples
Romain Tartiere 8a477773f7 Rework OpenSSL usage.
- Lookup for crypto functions in libcrypto instead of libssl.  Some systems
  (Mac OS) do not provide libssl, and the other have crypto functions in
  libcrypto but libssl is dynamically linked against libcrypto:
  % ldd /usr/lib/libssl.so
  /usr/lib/libssl.so:
         libcrypto.so.6 => /lib/libcrypto.so.6 (0x800c00000)
         libc.so.7 => /lib/libc.so.7 (0x800647000)
- Do not explicitly link against libssl (instead of libcrypto BTW): the
  autotools magic already does this at some point;
- Improve error message when headers cannot be found.
2010-09-04 10:47:07 +00:00
..
Makefile.am Rework OpenSSL usage. 2010-09-04 10:47:07 +00:00
mifare-classic-format.c Reindent (2/2). 2010-09-03 18:04:12 +00:00
mifare-classic-write-ndef.c Reindent (2/2). 2010-09-03 18:04:12 +00:00
mifare-desfire-access.c Reindent (1/2). 2010-09-03 18:01:02 +00:00
mifare-desfire-format.c Reindent (1/2). 2010-09-03 18:01:02 +00:00
mifare-desfire-info.c Reindent (1/2). 2010-09-03 18:01:02 +00:00
mifare-desfire-write-ndef.c Reindent (1/2). 2010-09-03 18:01:02 +00:00