Move include for internal.h from aux-date.h to aux-data.c (#888)

with #861 internal.h, includes sc-ossl-compat.h  which requires
openssl header files. the tests/Makefile.am did not include the
openssl CFLAGS.
This commit is contained in:
Doug Engert 2016-10-16 11:09:00 -07:00 committed by Frank Morgner
parent fad79ac2c3
commit 0362439563
3 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@
#include <assert.h>
#include <string.h>
#include "internal.h"
#include "common/compat_strlcat.h"
#include <libopensc/errors.h>

View File

@ -28,7 +28,6 @@ extern "C" {
#endif
#include "cardctl.h"
#include "internal.h"
#include "errors.h"
#include "asn1.h"
#include "types.h"

View File

@ -20,6 +20,7 @@
#include "config.h"
#include "libopensc/sc-ossl-compat.h"
#include <openssl/bn.h>
#include <openssl/rsa.h>
#include <openssl/x509.h>