summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/apps/s_apps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/apps/s_apps.h')
-rw-r--r--src/lib/libssl/src/apps/s_apps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/apps/s_apps.h b/src/lib/libssl/src/apps/s_apps.h
index 023faa8467..0b461083eb 100644
--- a/src/lib/libssl/src/apps/s_apps.h
+++ b/src/lib/libssl/src/apps/s_apps.h
@@ -156,7 +156,7 @@ int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
156int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file); 156int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file);
157int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key); 157int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key);
158#endif 158#endif
159int init_client(int *sock, char *server, int port, int type, int af); 159int init_client(int *sock, char *server, char *port, int type, int af);
160int should_retry(int i); 160int should_retry(int i);
161int extract_port(char *str, short *port_ptr); 161int extract_port(char *str, short *port_ptr);
162int extract_host_port(char *str,char **host_ptr,unsigned char *ip,char **p); 162int extract_host_port(char *str,char **host_ptr,unsigned char *ip,char **p);