Skip to content

Commit

Permalink
PKCS11: meta_object: Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Apr 26, 2023
1 parent cc14c44 commit 062b6f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkcs11/tests/meta_object_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ static void test_secretkey_metadata(void) {
printf("OK!\n");
}

static yh_session *get_device_session() {
static yh_session *get_device_session(void) {
yh_connector *connector = NULL;
yh_session *device_session = NULL;

Expand Down Expand Up @@ -410,7 +410,7 @@ static void import_authkey(yh_session *device_session, uint16_t keyid,
assert(yrc == YHR_SUCCESS);
}

static void test_domain() {
static void test_domain(void) {

char password2[] = "foobar123";
char p11_password2[] = "0002foobar123";
Expand Down

0 comments on commit 062b6f7

Please sign in to comment.