Fix a double blank line style issue
[openssl.git] / apps / s_server.c
index eebbb56ba39413be85bc5c367b3441799858fb71..f3494120e0130c391d40bd044c87b7c7aca9e33d 100644 (file)
@@ -553,6 +553,10 @@ static int get_ocsp_resp_from_responder(SSL *s, tlsextstatusctx *srctx,
  err:
     ret = SSL_TLSEXT_ERR_ALERT_FATAL;
  done:
+    /*
+     * If we parsed aia we need to free; otherwise they were copied and we
+     * don't
+     */
     if (aia != NULL) {
         OPENSSL_free(host);
         OPENSSL_free(path);