opensc/src/tests
Ludovic Rousseau a3bf2efd53 src/tests/Makefile.am: fix compilation with OpenSSL
OpenSSL header files are used indirectly by the binaries.

Fix the compilation error:
  CC       base64.o
In file included from base64.c:6:
In file included from ../../src/libopensc/asn1.h:29:
In file included from ../../src/libopensc/pkcs15.h:29:
In file included from ../../src/libopensc/aux-data.h:31:
In file included from ../../src/libopensc/internal.h:44:
../../src/libopensc/sc-ossl-compat.h:30:10: fatal error: 'openssl/opensslv.h'
      file not found
         ^
1 error generated.
2016-10-14 14:06:07 +02:00
..
regression Fix regression test crypt0007: it deals with 1024 bit keys (not 1048). 2015-07-26 21:35:29 +02:00
Makefile.am src/tests/Makefile.am: fix compilation with OpenSSL 2016-10-14 14:06:07 +02:00
Makefile.mak fixed and cleaned up nmake Makefiles 2016-06-23 07:35:53 +02:00
base64.c fixed dereference before null check 2015-01-22 20:29:33 +01:00
lottery.c fixed out of bounds read/write/access 2015-02-04 09:24:50 +01:00
p15dump.c [p15dump] Error message with a reason for missing unusedSpace file 2016-06-06 21:36:09 +02:00
pintest.c pintest.c: fixed accessing label in sc_pkcs15_object_t 2015-10-04 17:33:14 +02:00
print.c print.c: fixed accessing label in sc_pkcs15_object_t 2015-10-04 17:33:14 +02:00
prngtest.c Header file cleanup. 2010-03-04 08:14:36 +00:00
sc-test.c Unbreak tests without arguments (automatic selection of the reader) 2016-05-23 11:41:48 +02:00
sc-test.h Header file cleanup. 2010-03-04 08:14:36 +00:00