X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fopenssl%2Frsagen.c;h=79127f68ed45b0249bee043e975c40f7db205d40;hb=6779e381e59092b317a63356180db9a832ffb47d;hp=c85469718d5646b5ddf573e49d5b63c4c5302b24;hpb=f6e87ab476a0faf8b124ecaaa27f967d825e6457;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, ".");