Skip to content

Commit

Permalink
Move include for internal.h from aux-date.h to aux-data.c (#888)
Browse files Browse the repository at this point in the history
with #861 internal.h, includes sc-ossl-compat.h  which requires
openssl header files. the tests/Makefile.am did not include the
openssl CFLAGS.
  • Loading branch information
dengert authored and frankmorgner committed Oct 16, 2016
1 parent fad79ac commit 0362439
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/libopensc/aux-data.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <assert.h>
#include <string.h>

#include "internal.h"
#include "common/compat_strlcat.h"

#include <libopensc/errors.h>
Expand Down
1 change: 0 additions & 1 deletion src/libopensc/aux-data.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ extern "C" {
#endif

#include "cardctl.h"
#include "internal.h"
#include "errors.h"
#include "asn1.h"
#include "types.h"
Expand Down
1 change: 1 addition & 0 deletions src/tools/cryptoflex-tool.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0362439

Please sign in to comment.