summaryrefslogtreecommitdiff
path: root/tests/pkcs11/pkcs11-pubkey-import.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkcs11/pkcs11-pubkey-import.c')
-rw-r--r--tests/pkcs11/pkcs11-pubkey-import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkcs11/pkcs11-pubkey-import.c b/tests/pkcs11/pkcs11-pubkey-import.c
index c286652b20..3ec1982c3a 100644
--- a/tests/pkcs11/pkcs11-pubkey-import.c
+++ b/tests/pkcs11/pkcs11-pubkey-import.c
@@ -63,7 +63,7 @@ int pin_func(void* userdata, int attempt, const char* url, const char *label,
return -1;
}
-void try(int rsa)
+static void try(int rsa)
{
char buf[128];
int ret, pk;