X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=src%2Fopenssl%2Frsagen.c;h=79127f68ed45b0249bee043e975c40f7db205d40;hb=1c475ecb575367a6b3f9328b0f643ad636155341;hp=c85469718d5646b5ddf573e49d5b63c4c5302b24;hpb=953f5b4231bbbb8269bb0c55b96a1c8c4bb34a59;p=tinc diff --git a/src/openssl/rsagen.c b/src/openssl/rsagen.c index c8546971..79127f68 100644 --- a/src/openssl/rsagen.c +++ b/src/openssl/rsagen.c @@ -32,6 +32,8 @@ typedef RSA rsa_t; /* This function prettyprints the key generation process */ static int indicator(int a, int b, BN_GENCB *cb) { + (void)cb; + switch(a) { case 0: fprintf(stderr, ".");