diff options
author | tb <> | 2025-01-02 13:10:03 +0000 |
---|---|---|
committer | tb <> | 2025-01-02 13:10:03 +0000 |
commit | 31683601b72b2a5980f5f5d968711f4a1fba7a52 (patch) | |
tree | c4838fa7396ce47a209dde85f2982a12ac8265be /src/usr.bin/openssl/s_socket.c | |
parent | 6ea9ba6b09ff9e35104226f2e1b9e2540f4afa4e (diff) | |
download | openbsd-31683601b72b2a5980f5f5d968711f4a1fba7a52.tar.gz openbsd-31683601b72b2a5980f5f5d968711f4a1fba7a52.tar.bz2 openbsd-31683601b72b2a5980f5f5d968711f4a1fba7a52.zip |
Merge s_apps.h into apps.h
discussed with jsing
Diffstat (limited to 'src/usr.bin/openssl/s_socket.c')
-rw-r--r-- | src/usr.bin/openssl/s_socket.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/s_socket.c b/src/usr.bin/openssl/s_socket.c index db125c1ed3..86a23c56d1 100644 --- a/src/usr.bin/openssl/s_socket.c +++ b/src/usr.bin/openssl/s_socket.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: s_socket.c,v 1.13 2021/12/06 11:06:58 tb Exp $ */ | 1 | /* $OpenBSD: s_socket.c,v 1.14 2025/01/02 13:10:03 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 | * |
@@ -71,8 +71,6 @@ | |||
71 | 71 | ||
72 | #include <openssl/ssl.h> | 72 | #include <openssl/ssl.h> |
73 | 73 | ||
74 | #include "s_apps.h" | ||
75 | |||
76 | static int init_server(int *sock, int port, int type); | 74 | static int init_server(int *sock, int port, int type); |
77 | static int init_server_long(int *sock, int port, char *ip, int type); | 75 | static int init_server_long(int *sock, int port, char *ip, int type); |
78 | static int do_accept(int acc_sock, int *sock); | 76 | static int do_accept(int acc_sock, int *sock); |