From e0043d006cccad81a118f3418682bc0428713e3b Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 30 Jun 2016 09:34:33 +0200 Subject: tests: avoid compiler warning from pkcs11-pubkey-import --- tests/pkcs11/pkcs11-pubkey-import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1