summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--support/ab.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/support/ab.c b/support/ab.c
index 273654586c..a7c4df8c6c 100644
--- a/support/ab.c
+++ b/support/ab.c
@@ -764,6 +764,11 @@ static void ssl_proceed_handshake(struct connection *c)
break;
}
#endif
+ default:
+ apr_snprintf(ssl_tmp_key, 128, "%s %d bits",
+ OBJ_nid2sn(EVP_PKEY_id(key)),
+ EVP_PKEY_bits(key));
+ break;
}
EVP_PKEY_free(key);
}