summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2025-01-02 16:07:41 +0000
committertb <>2025-01-02 16:07:41 +0000
commit24f27716ca0a6e89dba4717a89fd53148947ac93 (patch)
tree320a155b273634a63e334b955707bbf697b50a8a
parentd1536429cfa78ea0c397044a67f5d1ba6be32f0b (diff)
downloadopenbsd-24f27716ca0a6e89dba4717a89fd53148947ac93.tar.gz
openbsd-24f27716ca0a6e89dba4717a89fd53148947ac93.tar.bz2
openbsd-24f27716ca0a6e89dba4717a89fd53148947ac93.zip
Remove some gloriously outdated comments
/*#define SSL_HOST_NAME "www.netscape.com" */ /*#define SSL_HOST_NAME "193.118.187.102" */ and /*#define TEST_CERT "client.pem" *//* no default cert. */
-rw-r--r--src/usr.bin/openssl/s_client.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/usr.bin/openssl/s_client.c b/src/usr.bin/openssl/s_client.c
index 96cf92d4f2..84718c19fd 100644
--- a/src/usr.bin/openssl/s_client.c
+++ b/src/usr.bin/openssl/s_client.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: s_client.c,v 1.66 2025/01/02 13:10:03 tb Exp $ */ 1/* $OpenBSD: s_client.c,v 1.67 2025/01/02 16:07:41 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -159,12 +159,8 @@
159#include <openssl/ssl.h> 159#include <openssl/ssl.h>
160#include <openssl/x509.h> 160#include <openssl/x509.h>
161 161
162/*#define SSL_HOST_NAME "www.netscape.com" */
163/*#define SSL_HOST_NAME "193.118.187.102" */
164#define SSL_HOST_NAME "localhost" 162#define SSL_HOST_NAME "localhost"
165 163
166 /*#define TEST_CERT "client.pem" *//* no default cert. */
167
168#define BUFSIZZ 1024*8 164#define BUFSIZZ 1024*8
169 165
170static void sc_usage(void); 166static void sc_usage(void);