Skip to content

Commit

Permalink
Merge pull request #2922 from xhanulik/openssl-log
Browse files Browse the repository at this point in the history
Normalize logging of OpenSSL errors
  • Loading branch information
frankmorgner committed Mar 20, 2024
2 parents 3fde612 + 4e0f42e commit d1d0aed
Show file tree
Hide file tree
Showing 38 changed files with 1,749 additions and 1,516 deletions.
7 changes: 0 additions & 7 deletions src/libopensc/card-authentic.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@
/* #include "hash-strings.h" */
#include "authentic.h"

#include <openssl/bn.h>
#include <openssl/pem.h>
#include <openssl/err.h>
#include <openssl/rand.h>
#include <openssl/rsa.h>
#include <openssl/pkcs12.h>
#include <openssl/x509v3.h>
#include <openssl/sha.h>

#define AUTHENTIC_CARD_DEFAULT_FLAGS ( 0 \
Expand Down
9 changes: 0 additions & 9 deletions src/libopensc/card-coolkey.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,6 @@

#include <sys/types.h>

#ifdef ENABLE_OPENSSL
/* openssl only needed for card administration */
#include <openssl/evp.h>
#include <openssl/bio.h>
#include <openssl/pem.h>
#include <openssl/rand.h>
#include <openssl/rsa.h>
#endif /* ENABLE_OPENSSL */

#include "internal.h"
#include "asn1.h"
#include "cardctl.h"
Expand Down

0 comments on commit d1d0aed

Please sign in to comment.