Skip to content

Commit

Permalink
pkcs15-crypt: Remove unneeded openssl headers
Browse files Browse the repository at this point in the history
  • Loading branch information
xhanulik committed Mar 20, 2024
1 parent 8dd1ae3 commit 5367917
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/tools/pkcs15-crypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
#endif
#include <errno.h>
#include <string.h>
#ifdef ENABLE_OPENSSL
#include <openssl/evp.h>
#include <openssl/rsa.h>
#include <openssl/dsa.h>
#endif

#include "common/compat_getpass.h"
#include "libopensc/internal.h"
Expand Down

0 comments on commit 5367917

Please sign in to comment.