Build fix.

(Semantic no-op.)

Change-Id: I94d3ae12bc82f5080e3cf1405cca79acb316f798
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index 1131ddb..966beca 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -832,10 +832,6 @@
 }
 
 long ssl3_ctx_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg) {
-  CERT *cert;
-
-  cert = ctx->cert;
-
   switch (cmd) {
     case SSL_CTRL_SET_TLSEXT_TICKET_KEYS:
     case SSL_CTRL_GET_TLSEXT_TICKET_KEYS: {