Skip to content

Commit

Permalink
Rebase changes
Browse files Browse the repository at this point in the history
  • Loading branch information
qpernil committed Dec 31, 2021
1 parent b66d8b8 commit 03ea758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkcs11/tests/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define YUBIHSM_PKCS11_TESTS_COMMON_H

#include <stdbool.h>
#include "../pkcs11.h"
#include "../pkcs11y.h"

#ifndef DEFAULT_CONNECTOR_URL
#define DEFAULT_CONNECTOR_URL "http://127.0.0.1:12345"
Expand Down
5 changes: 1 addition & 4 deletions pkcs11/tests/ecdh_derive_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@
#include <openssl/x509.h>

#include "../pkcs11y.h"

#ifndef DEFAULT_CONNECTOR_URL
#define DEFAULT_CONNECTOR_URL "http://127.0.0.1:12345"
#endif
#include "common.h"

#define BUFSIZE 1024

Expand Down

0 comments on commit 03ea758

Please sign in to comment.