diff options
Diffstat (limited to 'src/lib/libssl/src/apps/s_server.c')
| -rw-r--r-- | src/lib/libssl/src/apps/s_server.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/lib/libssl/src/apps/s_server.c b/src/lib/libssl/src/apps/s_server.c index be77264fb0..51f6b478b1 100644 --- a/src/lib/libssl/src/apps/s_server.c +++ b/src/lib/libssl/src/apps/s_server.c | |||
| @@ -1460,12 +1460,9 @@ end: | |||
| 1460 | if (vpm) | 1460 | if (vpm) |
| 1461 | X509_VERIFY_PARAM_free(vpm); | 1461 | X509_VERIFY_PARAM_free(vpm); |
| 1462 | #ifndef OPENSSL_NO_TLSEXT | 1462 | #ifndef OPENSSL_NO_TLSEXT |
| 1463 | if (tlscstatp.host) | 1463 | free(tlscstatp.host); |
| 1464 | free(tlscstatp.host); | 1464 | free(tlscstatp.port); |
| 1465 | if (tlscstatp.port) | 1465 | free(tlscstatp.path); |
| 1466 | free(tlscstatp.port); | ||
| 1467 | if (tlscstatp.path) | ||
| 1468 | free(tlscstatp.path); | ||
| 1469 | if (ctx2 != NULL) | 1466 | if (ctx2 != NULL) |
| 1470 | SSL_CTX_free(ctx2); | 1467 | SSL_CTX_free(ctx2); |
| 1471 | if (s_cert2) | 1468 | if (s_cert2) |
