]> www.tinc-vpn.org Git - tinc/blobdiff - src/openssl/rsagen.c
Fix all warnings when compiling with -Wall -W -pedantic.
[tinc] / src / openssl / rsagen.c
index c85469718d5646b5ddf573e49d5b63c4c5302b24..79127f68ed45b0249bee043e975c40f7db205d40 100644 (file)
@@ -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) {
 /* 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, ".");
        switch(a) {
        case 0:
                fprintf(stderr, ".");